Html Css Color HEX #764808 Raw Umber

📋 copy color: '#764808'

red 118 ◦ green 72 ◦ blue 8

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

Shades of Raw Umber #764808

Tints of Raw Umber #764808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.36%

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

R = 59.6%
G = 36.36%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#764808 (or 0x764808) is known color: Raw Umber. HEX triplet: 76, 48 and 08. RGB value is (118,72,8). Sum of RGB (Red+Green+Blue) = 118+72+8=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #764808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764808 is #89B7F7. Grayscale: #4E4E4E. Windows color (decimal): -9025528 or 542838. OLE color: 542838.

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

Color convert

RGB 118 72 8 -
CMYK 0 0.39 0.93 0.54
HSL 34.91º 0.87% 0.25% -
HSV(B) 34.91º 0.93% 0.46% -
XYZ 9.83 8.5 1.35 -
YUV 78.46 88.24 156.2 -
System Red Green Blue C M Y K H S L
Decimal 118 72 8 0 0.39 0.93 0.54 34.91 0.87 0.25
Hex 76 48 8 0 27 5D 36 23 57 19
Octal 166 110 10 0 47 135 66 43 127 31
Binary 1110110 1001000 1000 0 100111 1011101 110110 100011 1010111 11001

Color Harmonies of #764808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764808

Black with #764808

Text Example


Text Example

White with #764808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764808; }

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

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

background-color css

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

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

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

border-color css

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

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

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