Html Css Color HEX #774A16 Raw Umber

📋 copy color: '#774A16'

red 119 ◦ green 74 ◦ blue 22

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

Shades of Raw Umber #774A16

Tints of Raw Umber #774A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.42%

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

R = 55.35%
G = 34.42%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#774A16 (or 0x774A16) is known color: Raw Umber. HEX triplet: 77, 4A and 16. RGB value is (119,74,22). Sum of RGB (Red+Green+Blue) = 119+74+22=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #774A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774A16 is #88B5E9. Grayscale: #515151. Windows color (decimal): -8959466 or 1460855. OLE color: 1460855.

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

Color convert

RGB 119 74 22 -
CMYK 0 0.38 0.82 0.53
HSL 32.16º 0.69% 0.28% -
HSV(B) 32.16º 0.82% 0.47% -
XYZ 10.2 8.88 1.93 -
YUV 81.53 94.41 154.73 -
System Red Green Blue C M Y K H S L
Decimal 119 74 22 0 0.38 0.82 0.53 32.16 0.69 0.28
Hex 77 4A 16 0 26 52 35 20 45 1C
Octal 167 112 26 0 46 122 65 40 105 34
Binary 1110111 1001010 10110 0 100110 1010010 110101 100000 1000101 11100

Color Harmonies of #774A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A16

Black with #774A16

Text Example


Text Example

White with #774A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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