Html Css Color HEX #774F16 Raw Umber

📋 copy color: '#774F16'

red 119 ◦ green 79 ◦ blue 22

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

Shades of Raw Umber #774F16

Tints of Raw Umber #774F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.91%

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

R = 54.09%
G = 35.91%
B = 10%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#774F16 (or 0x774F16) is known color: Raw Umber. HEX triplet: 77, 4F and 16. RGB value is (119,79,22). Sum of RGB (Red+Green+Blue) = 119+79+22=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #774F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774F16 is #88B0E9. Grayscale: #545454. Windows color (decimal): -8958186 or 1462135. OLE color: 1462135.

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

Color convert

RGB 119 79 22 -
CMYK 0 0.34 0.82 0.53
HSL 35.26º 0.69% 0.28% -
HSV(B) 35.26º 0.82% 0.47% -
XYZ 10.55 9.57 2.05 -
YUV 84.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 119 79 22 0 0.34 0.82 0.53 35.26 0.69 0.28
Hex 77 4F 16 0 22 52 35 23 45 1C
Octal 167 117 26 0 42 122 65 43 105 34
Binary 1110111 1001111 10110 0 100010 1010010 110101 100011 1000101 11100

Color Harmonies of #774F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F16

Black with #774F16

Text Example


Text Example

White with #774F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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