#765A0C

Color #765A0C Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #765A0C

Tints of Raw Umber #765A0C

Color information

#765A0C (or 0x765A0C) is unknown color: approx Raw Umber. HEX triplet: 76, 5A and 0C. RGB value is (118,90,12). Sum of RGB (Red+Green+Blue) = 118+90+12=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #765A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765A0C is #89A5F3. Grayscale: #595959. Windows color (decimal): -9020916 or 809590. OLE color: 809590.

HSL color Cylindrical-coordinate representation of color #765A0C: hue angle of 44.15º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #765A0C is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1189012-
CMYK00.240.900.54
HSL44.15º81.54%25.49%-
HSV(B)44.15º89.83%46.27%-
XYZ11.1911.191.92-
YUV89.4884.28148.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 90 (35.55% from 255) = 40.91%
BLUE value IS 12 (5.08% from 255) = 5.45%
R=53.64%
G=40.91%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118901200.240.900.5444.1581.5425.49
Hex765AC0185A362c5219
Octal16613214030132665412231
Binary1110110101101011000110001011010110110101100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765A0C; }

 p { color: rgb(118,90,12); }

 H1.HeaderClassName
 {
   color: #765A0C;
 }
 .AnyTagClassName
 {
   color: #765A0C;
 }
</style>
background-color css

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

 a { background-color: rgb(118,90,12); }

 div.DivClassName
 {
   background-color: #765A0C;
 }
 .BgClassName
 {
   background-color: #765A0C;
 }
</style>
border-color css

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

 span { border-color: rgb(118,90,12); }

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