Html Css Color HEX #764D08 Raw Umber

📋 copy color: '#764D08'

red 118 ◦ green 77 ◦ blue 8

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

Shades of Raw Umber #764D08

Tints of Raw Umber #764D08

RGB

 RED value IS 118 (46.48% from 255) = 58.13%

 GREEN value IS 77 (30.47% from 255) = 37.93%

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

R = 58.13%
G = 37.93%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#764D08 (or 0x764D08) is known color: Raw Umber. HEX triplet: 76, 4D and 08. RGB value is (118,77,8). Sum of RGB (Red+Green+Blue) = 118+77+8=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #764D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764D08 is #89B2F7. Grayscale: #515151. Windows color (decimal): -9024248 or 544118. OLE color: 544118.

HSL color Cylindrical-coordinate representation of color #764D08: hue angle of 37.64º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #764D08 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 77 8 -
CMYK 0 0.35 0.93 0.54
HSL 37.64º 0.87% 0.25% -
HSV(B) 37.64º 0.93% 0.46% -
XYZ 10.17 9.18 1.47 -
YUV 81.39 86.58 154.11 -
System Red Green Blue C M Y K H S L
Decimal 118 77 8 0 0.35 0.93 0.54 37.64 0.87 0.25
Hex 76 4D 8 0 23 5D 36 26 57 19
Octal 166 115 10 0 43 135 66 46 127 31
Binary 1110110 1001101 1000 0 100011 1011101 110110 100110 1010111 11001

Color Harmonies of #764D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D08

Black with #764D08

Text Example


Text Example

White with #764D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764D08; }

 p { color: rgb(118,77,8); }

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

background-color css

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

 a { background-color: rgb(118,77,8); }

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

border-color css

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

 span { border-color: rgb(118,77,8); }

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