Html Css Color HEX #764508 Raw Umber

📋 copy color: '#764508'

red 118 ◦ green 69 ◦ blue 8

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

Shades of Raw Umber #764508

Tints of Raw Umber #764508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.38%

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

R = 60.51%
G = 35.38%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#764508 (or 0x764508) is known color: Raw Umber. HEX triplet: 76, 45 and 08. RGB value is (118,69,8). Sum of RGB (Red+Green+Blue) = 118+69+8=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #764508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764508 is #89BAF7. Grayscale: #4C4C4C. Windows color (decimal): -9026296 or 542070. OLE color: 542070.

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

Color convert

RGB 118 69 8 -
CMYK 0 0.42 0.93 0.54
HSL 33.27º 0.87% 0.25% -
HSV(B) 33.27º 0.93% 0.46% -
XYZ 9.64 8.13 1.29 -
YUV 76.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 118 69 8 0 0.42 0.93 0.54 33.27 0.87 0.25
Hex 76 45 8 0 2A 5D 36 21 57 19
Octal 166 105 10 0 52 135 66 41 127 31
Binary 1110110 1000101 1000 0 101010 1011101 110110 100001 1010111 11001

Color Harmonies of #764508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764508

Black with #764508

Text Example


Text Example

White with #764508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764508; }

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

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

background-color css

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

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

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

border-color css

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

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

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