Html Css Color HEX #775008 Raw Umber

📋 copy color: '#775008'

red 119 ◦ green 80 ◦ blue 8

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

Shades of Raw Umber #775008

Tints of Raw Umber #775008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.65%

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

R = 57.49%
G = 38.65%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#775008 (or 0x775008) is known color: Raw Umber. HEX triplet: 77, 50 and 08. RGB value is (119,80,8). Sum of RGB (Red+Green+Blue) = 119+80+8=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #775008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775008 is #88AFF7. Grayscale: #535353. Windows color (decimal): -8957944 or 544887. OLE color: 544887.

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

Color convert

RGB 119 80 8 -
CMYK 0 0.33 0.93 0.53
HSL 38.92º 0.87% 0.25% -
HSV(B) 38.92º 0.93% 0.47% -
XYZ 10.52 9.68 1.54 -
YUV 83.45 85.42 153.35 -
System Red Green Blue C M Y K H S L
Decimal 119 80 8 0 0.33 0.93 0.53 38.92 0.87 0.25
Hex 77 50 8 0 21 5D 35 27 57 19
Octal 167 120 10 0 41 135 65 47 127 31
Binary 1110111 1010000 1000 0 100001 1011101 110101 100111 1010111 11001

Color Harmonies of #775008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775008

Black with #775008

Text Example


Text Example

White with #775008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775008; }

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

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

background-color css

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

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

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

border-color css

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

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

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