#764A40

Color #764A40 Bole (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bole #764A40

Tints of Bole #764A40

Color information

#764A40 (or 0x764A40) is unknown color: approx Bole. HEX triplet: 76, 4A and 40. RGB value is (118,74,64). Sum of RGB (Red+Green+Blue) = 118+74+64=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #764A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A40 is #89B5BF. Grayscale: #565656. Windows color (decimal): -9024960 or 4213366. OLE color: 4213366.

HSL color Cylindrical-coordinate representation of color #764A40: hue angle of 11.11º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #764A40 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1187464-
CMYK00.370.460.54
HSL11.11º29.67%35.69%-
HSV(B)11.11º45.76%46.27%-
XYZ10.859.126.04-
YUV86.02115.58150.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 64 (25.39% from 255) = 25%
R=46.09%
G=28.91%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118746400.370.460.5411.1129.6735.69
Hex764A400252E36b1e24
Octal1661121000455666133644
Binary1110110100101010000000100101101110110110101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764A40; }

 p { color: rgb(118,74,64); }

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

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

 a { background-color: rgb(118,74,64); }

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

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

 span { border-color: rgb(118,74,64); }

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