#764640

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

Shades of Bole #764640

Tints of Bole #764640

Color information

#764640 (or 0x764640) is unknown color: approx Bole. HEX triplet: 76, 46 and 40. RGB value is (118,70,64). Sum of RGB (Red+Green+Blue) = 118+70+64=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #764640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764640 is #89B9BF. Grayscale: #535353. Windows color (decimal): -9025984 or 4212342. OLE color: 4212342.

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

Color convert

RGB1187064-
CMYK00.410.460.54
HSL6.67º29.67%35.69%-
HSV(B)6.67º45.76%46.27%-
XYZ10.598.65.95-
YUV83.67116.9152.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=46.83%
G=27.78%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118706400.410.460.546.6729.6735.69
Hex7646400292E3671e24
Octal166106100051566673644
Binary111011010001101000000010100110111011011011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764640; }

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

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

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

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

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

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

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

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