#764941

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

Shades of Bole #764941

Tints of Bole #764941

Color information

#764941 (or 0x764941) is unknown color: approx Bole. HEX triplet: 76, 49 and 41. RGB value is (118,73,65). Sum of RGB (Red+Green+Blue) = 118+73+65=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #764941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764941 is #89B6BE. Grayscale: #555555. Windows color (decimal): -9025215 or 4278646. OLE color: 4278646.

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

Color convert

RGB1187365-
CMYK00.380.450.54
HSL9.06º28.96%35.88%-
HSV(B)9.06º44.92%46.27%-
XYZ10.8196.17-
YUV85.54116.41151.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 73 (28.91% from 255) = 28.52%
BLUE value IS 65 (25.78% from 255) = 25.39%
R=46.09%
G=28.52%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118736500.380.450.549.0628.9635.88
Hex7649410262D3691d24
Octal1661111010465566113544
Binary1110110100100110000010100110101101110110100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764941; }

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

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

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

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

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

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

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

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