#764A41

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

Shades of Bole #764A41

Tints of Bole #764A41

Color information

#764A41 (or 0x764A41) is unknown color: approx Bole. HEX triplet: 76, 4A and 41. RGB value is (118,74,65). Sum of RGB (Red+Green+Blue) = 118+74+65=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #764A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A41 is #89B5BE. Grayscale: #565656. Windows color (decimal): -9024959 or 4278902. OLE color: 4278902.

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

Color convert

RGB1187465-
CMYK00.370.450.54
HSL10.19º28.96%35.88%-
HSV(B)10.19º44.92%46.27%-
XYZ10.879.136.19-
YUV86.13116.08150.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 65 (25.78% from 255) = 25.29%
R=45.91%
G=28.79%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118746500.370.450.5410.1928.9635.88
Hex764A410252D36a1d24
Octal1661121010455566123544
Binary1110110100101010000010100101101101110110101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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