Html Css Color HEX #764812 Raw Umber

📋 copy color: '#764812'

red 118 ◦ green 72 ◦ blue 18

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

Shades of Raw Umber #764812

Tints of Raw Umber #764812

RGB

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

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

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

R = 56.73%
G = 34.62%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#764812 (or 0x764812) is known color: Raw Umber. HEX triplet: 76, 48 and 12. RGB value is (118,72,18). Sum of RGB (Red+Green+Blue) = 118+72+18=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #764812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764812 is #89B7ED. Grayscale: #4F4F4F. Windows color (decimal): -9025518 or 1198198. OLE color: 1198198.

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

Color convert

RGB 118 72 18 -
CMYK 0 0.39 0.85 0.54
HSL 32.4º 0.74% 0.27% -
HSV(B) 32.4º 0.85% 0.46% -
XYZ 9.9 8.53 1.7 -
YUV 79.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 118 72 18 0 0.39 0.85 0.54 32.4 0.74 0.27
Hex 76 48 12 0 27 55 36 20 4A 1B
Octal 166 110 22 0 47 125 66 40 112 33
Binary 1110110 1001000 10010 0 100111 1010101 110110 100000 1001010 11011

Color Harmonies of #764812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764812

Black with #764812

Text Example


Text Example

White with #764812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764812; }

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

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

background-color css

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

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

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

border-color css

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

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

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