Html Css Color HEX #774008 Raw Umber

📋 copy color: '#774008'

red 119 ◦ green 64 ◦ blue 8

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

Shades of Raw Umber #774008

Tints of Raw Umber #774008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.51%

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

R = 62.3%
G = 33.51%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#774008 (or 0x774008) is known color: Raw Umber. HEX triplet: 77, 40 and 08. RGB value is (119,64,8). Sum of RGB (Red+Green+Blue) = 119+64+8=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #774008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774008 is #88BFF7. Grayscale: #4A4A4A. Windows color (decimal): -8962040 or 540791. OLE color: 540791.

HSL color Cylindrical-coordinate representation of color #774008: hue angle of 30.27º 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 #774008 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 64 8 -
CMYK 0 0.46 0.93 0.53
HSL 30.27º 0.87% 0.25% -
HSV(B) 30.27º 0.93% 0.47% -
XYZ 9.48 7.61 1.2 -
YUV 74.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 119 64 8 0 0.46 0.93 0.53 30.27 0.87 0.25
Hex 77 40 8 0 2E 5D 35 1E 57 19
Octal 167 100 10 0 56 135 65 36 127 31
Binary 1110111 1000000 1000 0 101110 1011101 110101 11110 1010111 11001

Color Harmonies of #774008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774008

Black with #774008

Text Example


Text Example

White with #774008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774008; }

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

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

background-color css

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

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

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

border-color css

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

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

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