#645C76

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

Shades of Smoky #645C76

Tints of Smoky #645C76

Color information

#645C76 (or 0x645C76) is unknown color: approx Smoky. HEX triplet: 64, 5C and 76. RGB value is (100,92,118). Sum of RGB (Red+Green+Blue) = 100+92+118=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #645C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C76 is #9BA389. Grayscale: #616161. Windows color (decimal): -10199946 or 7756900. OLE color: 7756900.

HSL color Cylindrical-coordinate representation of color #645C76: hue angle of 258.46º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #645C76 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10092118-
CMYK0.150.2200.54
HSL258.46º12.38%41.18%-
HSV(B)258.46º22.03%46.27%-
XYZ12.3511.6718.74-
YUV97.36139.65129.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 92 (36.33% from 255) = 29.68%
BLUE value IS 118 (46.48% from 255) = 38.06%
R=32.26%
G=29.68%
B=38.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100921180.150.2200.54258.4612.3841.18
Hex645C76F16036102c29
Octal14413416617260664021451
Binary11001001011100111011011111011001101101000000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645C76; }

 p { color: rgb(100,92,118); }

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

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

 a { background-color: rgb(100,92,118); }

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

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

 span { border-color: rgb(100,92,118); }

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