#764744

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

Shades of Bole #764744

Tints of Bole #764744

Color information

#764744 (or 0x764744) is unknown color: approx Bole. HEX triplet: 76, 47 and 44. RGB value is (118,71,68). Sum of RGB (Red+Green+Blue) = 118+71+68=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #764744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764744 is #89B8BB. Grayscale: #545454. Windows color (decimal): -9025724 or 4474742. OLE color: 4474742.

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

Color convert

RGB1187168-
CMYK00.400.420.54
HSL3.6º26.88%36.47%-
HSV(B)3.6º42.37%46.27%-
XYZ10.778.786.6-
YUV84.71118.57151.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 68 (26.95% from 255) = 26.46%
R=45.91%
G=27.63%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118716800.400.420.543.626.8836.47
Hex7647440282A3641b24
Octal166107104050526643344
Binary111011010001111000100010100010101011011010011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764744; }

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

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

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

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

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

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

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

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