Html Css Color HEX #764C08 Raw Umber

📋 copy color: '#764C08'

red 118 ◦ green 76 ◦ blue 8

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

Shades of Raw Umber #764C08

Tints of Raw Umber #764C08

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.62%

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

R = 58.42%
G = 37.62%
B = 3.96%

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

#764C08 (or 0x764C08) is known color: Raw Umber. HEX triplet: 76, 4C and 08. RGB value is (118,76,8). Sum of RGB (Red+Green+Blue) = 118+76+8=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #764C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764C08 is #89B3F7. Grayscale: #515151. Windows color (decimal): -9024504 or 543862. OLE color: 543862.

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

Color convert

RGB 118 76 8 -
CMYK 0 0.36 0.93 0.54
HSL 37.09º 0.87% 0.25% -
HSV(B) 37.09º 0.93% 0.46% -
XYZ 10.1 9.04 1.44 -
YUV 80.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 118 76 8 0 0.36 0.93 0.54 37.09 0.87 0.25
Hex 76 4C 8 0 24 5D 36 25 57 19
Octal 166 114 10 0 44 135 66 45 127 31
Binary 1110110 1001100 1000 0 100100 1011101 110110 100101 1010111 11001

Color Harmonies of #764C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C08

Black with #764C08

Text Example


Text Example

White with #764C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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