Html Css Color HEX #774B16 Raw Umber

📋 copy color: '#774B16'

red 119 ◦ green 75 ◦ blue 22

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

Shades of Raw Umber #774B16

Tints of Raw Umber #774B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.72%

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

R = 55.09%
G = 34.72%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#774B16 (or 0x774B16) is known color: Raw Umber. HEX triplet: 77, 4B and 16. RGB value is (119,75,22). Sum of RGB (Red+Green+Blue) = 119+75+22=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #774B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774B16 is #88B4E9. Grayscale: #525252. Windows color (decimal): -8959210 or 1461111. OLE color: 1461111.

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

Color convert

RGB 119 75 22 -
CMYK 0 0.37 0.82 0.53
HSL 32.78º 0.69% 0.28% -
HSV(B) 32.78º 0.82% 0.47% -
XYZ 10.27 9.01 1.96 -
YUV 82.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 119 75 22 0 0.37 0.82 0.53 32.78 0.69 0.28
Hex 77 4B 16 0 25 52 35 21 45 1C
Octal 167 113 26 0 45 122 65 41 105 34
Binary 1110111 1001011 10110 0 100101 1010010 110101 100001 1000101 11100

Color Harmonies of #774B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774B16

Black with #774B16

Text Example


Text Example

White with #774B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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