Html Css Color HEX #764B08 Raw Umber

📋 copy color: '#764B08'

red 118 ◦ green 75 ◦ blue 8

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

Shades of Raw Umber #764B08

Tints of Raw Umber #764B08

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.31%

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

R = 58.71%
G = 37.31%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#764B08 (or 0x764B08) is known color: Raw Umber. HEX triplet: 76, 4B and 08. RGB value is (118,75,8). Sum of RGB (Red+Green+Blue) = 118+75+8=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #764B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764B08 is #89B4F7. Grayscale: #505050. Windows color (decimal): -9024760 or 543606. OLE color: 543606.

HSL color Cylindrical-coordinate representation of color #764B08: hue angle of 36.55º 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 #764B08 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 75 8 -
CMYK 0 0.36 0.93 0.54
HSL 36.55º 0.87% 0.25% -
HSV(B) 36.55º 0.93% 0.46% -
XYZ 10.03 8.9 1.42 -
YUV 80.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 118 75 8 0 0.36 0.93 0.54 36.55 0.87 0.25
Hex 76 4B 8 0 24 5D 36 25 57 19
Octal 166 113 10 0 44 135 66 45 127 31
Binary 1110110 1001011 1000 0 100100 1011101 110110 100101 1010111 11001

Color Harmonies of #764B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B08

Black with #764B08

Text Example


Text Example

White with #764B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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