Html Css Color HEX #764012 Raw Umber

📋 copy color: '#764012'

red 118 ◦ green 64 ◦ blue 18

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

Shades of Raw Umber #764012

Tints of Raw Umber #764012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9%

R = 59%
G = 32%
B = 9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#764012 (or 0x764012) is known color: Raw Umber. HEX triplet: 76, 40 and 12. RGB value is (118,64,18). Sum of RGB (Red+Green+Blue) = 118+64+18=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #764012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764012 is #89BFED. Grayscale: #4B4B4B. Windows color (decimal): -9027566 or 1196150. OLE color: 1196150.

HSL color Cylindrical-coordinate representation of color #764012: hue angle of 27.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #764012 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 64 18 -
CMYK 0 0.46 0.85 0.54
HSL 27.6º 0.74% 0.27% -
HSV(B) 27.6º 0.85% 0.46% -
XYZ 9.41 7.56 1.54 -
YUV 74.9 95.89 158.74 -
System Red Green Blue C M Y K H S L
Decimal 118 64 18 0 0.46 0.85 0.54 27.6 0.74 0.27
Hex 76 40 12 0 2E 55 36 1C 4A 1B
Octal 166 100 22 0 56 125 66 34 112 33
Binary 1110110 1000000 10010 0 101110 1010101 110110 11100 1001010 11011

Color Harmonies of #764012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764012

Black with #764012

Text Example


Text Example

White with #764012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764012; }

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

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

background-color css

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

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

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

border-color css

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

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

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