#765A10

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

Shades of Raw Umber #765A10

Tints of Raw Umber #765A10

Color information

#765A10 (or 0x765A10) is unknown color: approx Raw Umber. HEX triplet: 76, 5A and 10. RGB value is (118,90,16). Sum of RGB (Red+Green+Blue) = 118+90+16=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #765A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765A10 is #89A5EF. Grayscale: #5A5A5A. Windows color (decimal): -9020912 or 1071734. OLE color: 1071734.

HSL color Cylindrical-coordinate representation of color #765A10: hue angle of 43.53º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #765A10 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1189016-
CMYK00.240.860.54
HSL43.53º76.12%26.27%-
HSV(B)43.53º86.44%46.27%-
XYZ11.2211.22.06-
YUV89.9486.28148.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 90 (35.55% from 255) = 40.18%
BLUE value IS 16 (6.64% from 255) = 7.14%
R=52.68%
G=40.18%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118901600.240.860.5443.5376.1226.27
Hex765A1001856362c4c1a
Octal16613220030126665411432
Binary11101101011010100000110001010110110110101100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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