#764940

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

Shades of Bole #764940

Tints of Bole #764940

Color information

#764940 (or 0x764940) is unknown color: approx Bole. HEX triplet: 76, 49 and 40. RGB value is (118,73,64). Sum of RGB (Red+Green+Blue) = 118+73+64=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #764940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764940 is #89B6BF. Grayscale: #555555. Windows color (decimal): -9025216 or 4213110. OLE color: 4213110.

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

Color convert

RGB1187364-
CMYK00.380.460.54
HSL10º29.67%35.69%-
HSV(B)10º45.76%46.27%-
XYZ10.788.996.02-
YUV85.43115.91151.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 64 (25.39% from 255) = 25.10%
R=46.27%
G=28.63%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118736400.380.460.541029.6735.69
Hex7649400262E36a1e24
Octal1661111000465666123644
Binary1110110100100110000000100110101110110110101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764940; }

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

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

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

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

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

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

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

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