Html Css Color HEX #774C16 Raw Umber

📋 copy color: '#774C16'

red 119 ◦ green 76 ◦ blue 22

#774C16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #774C16

Tints of Raw Umber #774C16

RGB

 RED value IS 119 (46.88% from 255) = 54.84%

 GREEN value IS 76 (30.08% from 255) = 35.02%

 BLUE value IS 22 (8.98% from 255) = 10.14%

R = 54.84%
G = 35.02%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#774C16 (or 0x774C16) is known color: Raw Umber. HEX triplet: 77, 4C and 16. RGB value is (119,76,22). Sum of RGB (Red+Green+Blue) = 119+76+22=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #774C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774C16 is #88B3E9. Grayscale: #525252. Windows color (decimal): -8958954 or 1461367. OLE color: 1461367.

HSL color Cylindrical-coordinate representation of color #774C16: hue angle of 33.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #774C16 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 76 22 -
CMYK 0 0.36 0.82 0.53
HSL 33.4º 0.69% 0.28% -
HSV(B) 33.4º 0.82% 0.47% -
XYZ 10.34 9.15 1.98 -
YUV 82.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 119 76 22 0 0.36 0.82 0.53 33.4 0.69 0.28
Hex 77 4C 16 0 24 52 35 21 45 1C
Octal 167 114 26 0 44 122 65 41 105 34
Binary 1110111 1001100 10110 0 100100 1010010 110101 100001 1000101 11100

Color Harmonies of #774C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C16

Black with #774C16

Text Example


Text Example

White with #774C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774C16; }

 p { color: rgb(119,76,22); }

 H1.HeaderClassName
 {
   color: #774C16;
 }
 .AnyTagClassName
 {
   color: #774C16;
 }
</style>

background-color css

<style>
 a { background-color: #774C16; }

 a { background-color: rgb(119,76,22); }

 div.DivClassName
 {
   background-color: #774C16;
 }
 .BgClassName
 {
   background-color: #774C16;
 }
</style>

border-color css

<style>
 span { border-color: #774C16; }

 span { border-color: rgb(119,76,22); }

 td.TdClassName
 {
   border-color: #774C16;
 }
 .TagClassName
 {
   border-color: #774C16;
 }
</style>