Color Hex Logo

#77223d Color Hex

#77223D
(119,34,61)
0 Favorites   0 Comments

Color spaces of #77223d

RGB 1193461
HSL0.950.560.30
HSV341°71°47°
CMYK 0.000.710.49   0.53
XYZ9.02215.40294.9822
Yxy5.40290.46490.2784
Hunter Lab23.244128.60673.5625
CIE-Lab27.853139.06114.0740

#77223d color RGB value is (119,34,61).

#77223d hex color red value is 119, green value is 34 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #77223d hue: 0.95 , saturation: 0.56 and the lightness value of 77223d is 0.30.

The process color (four color CMYK) of #77223d color hex is 0.00, 0.71, 0.49, 0.53. Web safe color of #77223d is #663333. Color #77223d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100010 00111101
Octal 167 42 75
Decimal 119 34 61
Hex 77 22 3D

RGB Percentages of Color #77223d

%55.61
%15.89
%28.50

CMYK Percentages of Color #77223d

%0
%71
%49
%53

Triadic Colors of #77223d

#77223d #3d7722 #223d77

Analogous Colors of #77223d

#77223d #773222 #772268

Monochromatic Colors of #77223d

#77223d

Complementary Color

#77223d #22775c

#77223d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77223d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77223d Color CSS Codes

.mybgcolor {background-color:#77223d; } 
.myforecolor {color:#77223d; }
.mybordercolor {border:3px solid #77223d; }

#77223d Text Font Color

<p style="color:#77223d">Text here</p>

This sample text font color is #77223d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#77223d Background Color

<div style="background-color:#77223d">
Div content here</div>

This div background color is #77223d


#77223d Border Color

<div style="border:3px solid #77223d">
Div here</div>

This div border color is #77223d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,34,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77223d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77223d;
  -webkit-box-shadow: 1px 1px 3px 2px #77223d;
  box-shadow:         1px 1px 3px 2px #77223d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,34,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #77223d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #77223d;
  -webkit-box-shadow: 1px 1px 3px 2px #77223d;
  box-shadow:         1px 1px 3px 2px #77223d;">
Div content here</div>

This div box has shadow with color #77223d


Comments

No comments written yet.

Please login to write comment.