Html Css Color HEX #774A08 Raw Umber

📋 copy color: '#774A08'

red 119 ◦ green 74 ◦ blue 8

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

Shades of Raw Umber #774A08

Tints of Raw Umber #774A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.98%

R = 59.2%
G = 36.82%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#774A08 (or 0x774A08) is known color: Raw Umber. HEX triplet: 77, 4A and 08. RGB value is (119,74,8). Sum of RGB (Red+Green+Blue) = 119+74+8=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #774A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774A08 is #88B5F7. Grayscale: #505050. Windows color (decimal): -8959480 or 543351. OLE color: 543351.

HSL color Cylindrical-coordinate representation of color #774A08: hue angle of 35.68º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #774A08 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 74 8 -
CMYK 0 0.38 0.93 0.53
HSL 35.68º 0.87% 0.25% -
HSV(B) 35.68º 0.93% 0.47% -
XYZ 10.1 8.84 1.4 -
YUV 79.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 119 74 8 0 0.38 0.93 0.53 35.68 0.87 0.25
Hex 77 4A 8 0 26 5D 35 24 57 19
Octal 167 112 10 0 46 135 65 44 127 31
Binary 1110111 1001010 1000 0 100110 1011101 110101 100100 1010111 11001

Color Harmonies of #774A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A08

Black with #774A08

Text Example


Text Example

White with #774A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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