#764746

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

Shades of Bole #764746

Tints of Bole #764746

Color information

#764746 (or 0x764746) is unknown color: approx Bole. HEX triplet: 76, 47 and 46. RGB value is (118,71,70). Sum of RGB (Red+Green+Blue) = 118+71+70=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #764746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764746 is #89B8B9. Grayscale: #545454. Windows color (decimal): -9025722 or 4605814. OLE color: 4605814.

HSL color Cylindrical-coordinate representation of color #764746: hue angle of 1.25º 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 #764746 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1187170-
CMYK00.400.410.54
HSL1.25º25.53%36.86%-
HSV(B)1.25º40.68%46.27%-
XYZ10.838.86.92-
YUV84.94119.57151.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 70 (27.73% from 255) = 27.03%
R=45.56%
G=27.41%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118717000.400.410.541.2525.5336.86
Hex764746028293611a25
Octal166107106050516613245
Binary1110110100011110001100101000101001110110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764746; }

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

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

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

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

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

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

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

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