Html Css Color HEX #774D11 Raw Umber

📋 copy color: '#774D11'

red 119 ◦ green 77 ◦ blue 17

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

Shades of Raw Umber #774D11

Tints of Raw Umber #774D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.15%

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

R = 55.87%
G = 36.15%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#774D11 (or 0x774D11) is known color: Raw Umber. HEX triplet: 77, 4D and 11. RGB value is (119,77,17). Sum of RGB (Red+Green+Blue) = 119+77+17=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #774D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774D11 is #88B2EE. Grayscale: #535353. Windows color (decimal): -8958703 or 1133943. OLE color: 1133943.

HSL color Cylindrical-coordinate representation of color #774D11: hue angle of 35.29º 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 #774D11 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 77 17 -
CMYK 0 0.35 0.86 0.53
HSL 35.29º 0.75% 0.27% -
HSV(B) 35.29º 0.86% 0.47% -
XYZ 10.36 9.27 1.77 -
YUV 82.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 119 77 17 0 0.35 0.86 0.53 35.29 0.75 0.27
Hex 77 4D 11 0 23 56 35 23 4B 1B
Octal 167 115 21 0 43 126 65 43 113 33
Binary 1110111 1001101 10001 0 100011 1010110 110101 100011 1001011 11011

Color Harmonies of #774D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D11

Black with #774D11

Text Example


Text Example

White with #774D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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