#764840

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

Shades of Bole #764840

Tints of Bole #764840

Color information

#764840 (or 0x764840) is unknown color: approx Bole. HEX triplet: 76, 48 and 40. RGB value is (118,72,64). Sum of RGB (Red+Green+Blue) = 118+72+64=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #764840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764840 is #89B7BF. Grayscale: #545454. Windows color (decimal): -9025472 or 4212854. OLE color: 4212854.

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

Color convert

RGB1187264-
CMYK00.390.460.54
HSL8.89º29.67%35.69%-
HSV(B)8.89º45.76%46.27%-
XYZ10.718.866-
YUV84.84116.24151.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 72 (28.52% from 255) = 28.35%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=46.46%
G=28.35%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118726400.390.460.548.8929.6735.69
Hex7648400272E3691e24
Octal1661101000475666113644
Binary1110110100100010000000100111101110110110100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764840; }

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

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

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

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

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

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

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

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