#764C44

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

Shades of Bole #764C44

Tints of Bole #764C44

Color information

#764C44 (or 0x764C44) is unknown color: approx Bole. HEX triplet: 76, 4C and 44. RGB value is (118,76,68). Sum of RGB (Red+Green+Blue) = 118+76+68=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #764C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C44 is #89B3BB. Grayscale: #575757. Windows color (decimal): -9024444 or 4476022. OLE color: 4476022.

HSL color Cylindrical-coordinate representation of color #764C44: hue angle of 9.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764C44 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1187668-
CMYK00.360.420.54
HSL9.6º26.88%36.47%-
HSV(B)9.6º42.37%46.27%-
XYZ11.19.446.71-
YUV87.65116.91149.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 76 (30.08% from 255) = 29.01%
BLUE value IS 68 (26.95% from 255) = 25.95%
R=45.04%
G=29.01%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118766800.360.420.549.626.8836.47
Hex764C440242A36a1b24
Octal1661141040445266123344
Binary1110110100110010001000100100101010110110101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,76,68); }

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

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

 a { background-color: rgb(118,76,68); }

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

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

 span { border-color: rgb(118,76,68); }

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