#764D46

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

Shades of Bole #764D46

Tints of Bole #764D46

Color information

#764D46 (or 0x764D46) is unknown color: approx Bole. HEX triplet: 76, 4D and 46. RGB value is (118,77,70). Sum of RGB (Red+Green+Blue) = 118+77+70=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #764D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D46 is #89B2B9. Grayscale: #585858. Windows color (decimal): -9024186 or 4607350. OLE color: 4607350.

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

Color convert

RGB1187770-
CMYK00.350.410.54
HSL8.75º25.53%36.86%-
HSV(B)8.75º40.68%46.27%-
XYZ11.239.67.06-
YUV88.46117.58149.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=44.53%
G=29.06%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118777000.350.410.548.7525.5336.86
Hex764D46023293691a25
Octal1661151060435166113245
Binary1110110100110110001100100011101001110110100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,77,70); }

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

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

 a { background-color: rgb(118,77,70); }

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

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

 span { border-color: rgb(118,77,70); }

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