#764740

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

Shades of Bole #764740

Tints of Bole #764740

Color information

#764740 (or 0x764740) is unknown color: approx Bole. HEX triplet: 76, 47 and 40. RGB value is (118,71,64). Sum of RGB (Red+Green+Blue) = 118+71+64=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #764740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764740 is #89B8BF. Grayscale: #545454. Windows color (decimal): -9025728 or 4212598. OLE color: 4212598.

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

Color convert

RGB1187164-
CMYK00.400.460.54
HSL7.78º29.67%35.69%-
HSV(B)7.78º45.76%46.27%-
XYZ10.658.735.97-
YUV84.26116.57152.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 71 (28.12% from 255) = 28.06%
BLUE value IS 64 (25.39% from 255) = 25.30%
R=46.64%
G=28.06%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118716400.400.460.547.7829.6735.69
Hex7647400282E3681e24
Octal1661071000505666103644
Binary1110110100011110000000101000101110110110100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764740; }

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

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

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

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

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

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

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

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