Html Css Color HEX #774C11 Raw Umber

📋 copy color: '#774C11'

red 119 ◦ green 76 ◦ blue 17

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

Shades of Raw Umber #774C11

Tints of Raw Umber #774C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.02%

R = 56.13%
G = 35.85%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#774C11 (or 0x774C11) is known color: Raw Umber. HEX triplet: 77, 4C and 11. RGB value is (119,76,17). Sum of RGB (Red+Green+Blue) = 119+76+17=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #774C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774C11 is #88B3EE. Grayscale: #525252. Windows color (decimal): -8958959 or 1133687. OLE color: 1133687.

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

Color convert

RGB 119 76 17 -
CMYK 0 0.36 0.86 0.53
HSL 34.71º 0.75% 0.27% -
HSV(B) 34.71º 0.86% 0.47% -
XYZ 10.29 9.13 1.75 -
YUV 82.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 119 76 17 0 0.36 0.86 0.53 34.71 0.75 0.27
Hex 77 4C 11 0 24 56 35 23 4B 1B
Octal 167 114 21 0 44 126 65 43 113 33
Binary 1110111 1001100 10001 0 100100 1010110 110101 100011 1001011 11011

Color Harmonies of #774C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C11

Black with #774C11

Text Example


Text Example

White with #774C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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