#764645

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

Shades of Bole #764645

Tints of Bole #764645

Color information

#764645 (or 0x764645) is unknown color: approx Bole. HEX triplet: 76, 46 and 45. RGB value is (118,70,69). Sum of RGB (Red+Green+Blue) = 118+70+69=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #764645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764645 is #89B9BA. Grayscale: #545454. Windows color (decimal): -9025979 or 4540022. OLE color: 4540022.

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

Color convert

RGB1187069-
CMYK00.410.420.54
HSL1.22º26.2%36.67%-
HSV(B)1.22º41.53%46.27%-
XYZ10.748.666.74-
YUV84.24119.4152.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 69 (27.34% from 255) = 26.85%
R=45.91%
G=27.24%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118706900.410.420.541.2226.236.67
Hex7646450292A3611a25
Octal166106105051526613245
Binary1110110100011010001010101001101010110110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764645; }

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

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

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

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

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

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

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

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