Html Css Color HEX #764008 Raw Umber

📋 copy color: '#764008'

red 118 ◦ green 64 ◦ blue 8

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

Shades of Raw Umber #764008

Tints of Raw Umber #764008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.68%

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

R = 62.11%
G = 33.68%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#764008 (or 0x764008) is known color: Raw Umber. HEX triplet: 76, 40 and 08. RGB value is (118,64,8). Sum of RGB (Red+Green+Blue) = 118+64+8=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #764008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764008 is #89BFF7. Grayscale: #4A4A4A. Windows color (decimal): -9027576 or 540790. OLE color: 540790.

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

Color convert

RGB 118 64 8 -
CMYK 0 0.46 0.93 0.54
HSL 30.55º 0.87% 0.25% -
HSV(B) 30.55º 0.93% 0.46% -
XYZ 9.35 7.54 1.19 -
YUV 73.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 118 64 8 0 0.46 0.93 0.54 30.55 0.87 0.25
Hex 76 40 8 0 2E 5D 36 1F 57 19
Octal 166 100 10 0 56 135 66 37 127 31
Binary 1110110 1000000 1000 0 101110 1011101 110110 11111 1010111 11001

Color Harmonies of #764008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764008

Black with #764008

Text Example


Text Example

White with #764008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764008; }

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

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

background-color css

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

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

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

border-color css

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

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

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