#765E0A

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

Shades of Raw Umber #765E0A

Tints of Raw Umber #765E0A

Color information

#765E0A (or 0x765E0A) is unknown color: approx Raw Umber. HEX triplet: 76, 5E and 0A. RGB value is (118,94,10). Sum of RGB (Red+Green+Blue) = 118+94+10=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #765E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765E0A is #89A1F5. Grayscale: #5B5B5B. Windows color (decimal): -9019894 or 679542. OLE color: 679542.

HSL color Cylindrical-coordinate representation of color #765E0A: hue angle of 46.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #765E0A is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB1189410-
CMYK00.200.920.54
HSL46.67º84.38%25.1%-
HSV(B)46.67º91.53%46.27%-
XYZ11.5311.881.97-
YUV91.681.95146.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 94 (37.11% from 255) = 42.34%
BLUE value IS 10 (4.30% from 255) = 4.50%
R=53.15%
G=42.34%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118941000.200.920.5446.6784.3825.1
Hex765EA0145C362f5419
Octal16613612024134665712431
Binary1110110101111010100101001011100110110101111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,94,10); }

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

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

 a { background-color: rgb(118,94,10); }

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

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

 span { border-color: rgb(118,94,10); }

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