#765E0C

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

Shades of Raw Umber #765E0C

Tints of Raw Umber #765E0C

Color information

#765E0C (or 0x765E0C) is unknown color: approx Raw Umber. HEX triplet: 76, 5E and 0C. RGB value is (118,94,12). Sum of RGB (Red+Green+Blue) = 118+94+12=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #765E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765E0C is #89A1F3. Grayscale: #5C5C5C. Windows color (decimal): -9019892 or 810614. OLE color: 810614.

HSL color Cylindrical-coordinate representation of color #765E0C: hue angle of 46.42º 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 #765E0C is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1189412-
CMYK00.200.900.54
HSL46.42º81.54%25.49%-
HSV(B)46.42º89.83%46.27%-
XYZ11.5411.882.03-
YUV91.8382.95146.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 94 (37.11% from 255) = 41.96%
BLUE value IS 12 (5.08% from 255) = 5.36%
R=52.68%
G=41.96%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118941200.200.900.5446.4281.5425.49
Hex765EC0145A362e5219
Octal16613614024132665612231
Binary1110110101111011000101001011010110110101110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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