Html Css Color HEX #775E08 Raw Umber

📋 copy color: '#775E08'

red 119 ◦ green 94 ◦ blue 8

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

Shades of Raw Umber #775E08

Tints of Raw Umber #775E08

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.53%

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

R = 53.85%
G = 42.53%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#775E08 (or 0x775E08) is known color: Raw Umber. HEX triplet: 77, 5E and 08. RGB value is (119,94,8). Sum of RGB (Red+Green+Blue) = 119+94+8=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #775E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775E08 is #88A1F7. Grayscale: #5C5C5C. Windows color (decimal): -8954360 or 548471. OLE color: 548471.

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

Color convert

RGB 119 94 8 -
CMYK 0 0.21 0.93 0.53
HSL 46.49º 0.87% 0.25% -
HSV(B) 46.49º 0.93% 0.47% -
XYZ 11.65 11.94 1.92 -
YUV 91.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 119 94 8 0 0.21 0.93 0.53 46.49 0.87 0.25
Hex 77 5E 8 0 15 5D 35 2E 57 19
Octal 167 136 10 0 25 135 65 56 127 31
Binary 1110111 1011110 1000 0 10101 1011101 110101 101110 1010111 11001

Color Harmonies of #775E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E08

Black with #775E08

Text Example


Text Example

White with #775E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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