Html Css Color HEX #764708 Raw Umber

📋 copy color: '#764708'

red 118 ◦ green 71 ◦ blue 8

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

Shades of Raw Umber #764708

Tints of Raw Umber #764708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.04%

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

R = 59.9%
G = 36.04%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#764708 (or 0x764708) is known color: Raw Umber. HEX triplet: 76, 47 and 08. RGB value is (118,71,8). Sum of RGB (Red+Green+Blue) = 118+71+8=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #764708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764708 is #89B8F7. Grayscale: #4E4E4E. Windows color (decimal): -9025784 or 542582. OLE color: 542582.

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

Color convert

RGB 118 71 8 -
CMYK 0 0.40 0.93 0.54
HSL 34.36º 0.87% 0.25% -
HSV(B) 34.36º 0.93% 0.46% -
XYZ 9.77 8.38 1.33 -
YUV 77.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 118 71 8 0 0.40 0.93 0.54 34.36 0.87 0.25
Hex 76 47 8 0 28 5D 36 22 57 19
Octal 166 107 10 0 50 135 66 42 127 31
Binary 1110110 1000111 1000 0 101000 1011101 110110 100010 1010111 11001

Color Harmonies of #764708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764708

Black with #764708

Text Example


Text Example

White with #764708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764708; }

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

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

background-color css

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

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

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

border-color css

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

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

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