#645D77

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

Shades of Smoky #645D77

Tints of Smoky #645D77

Color information

#645D77 (or 0x645D77) is unknown color: approx Smoky. HEX triplet: 64, 5D and 77. RGB value is (100,93,119). Sum of RGB (Red+Green+Blue) = 100+93+119=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #645D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645D77 is #9BA288. Grayscale: #616161. Windows color (decimal): -10199689 or 7822692. OLE color: 7822692.

HSL color Cylindrical-coordinate representation of color #645D77: hue angle of 256.15º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #645D77 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10093119-
CMYK0.160.2200.53
HSL256.15º12.26%41.57%-
HSV(B)256.15º21.85%46.67%-
XYZ12.511.8719.09-
YUV98.06139.82129.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 93 (36.72% from 255) = 29.81%
BLUE value IS 119 (46.88% from 255) = 38.14%
R=32.05%
G=29.81%
B=38.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100931190.160.2200.53256.1512.2641.57
Hex645D771016035100c2a
Octal14413516720260654001452
Binary110010010111011110111100001011001101011000000001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,93,119); }

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

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

 a { background-color: rgb(100,93,119); }

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

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

 span { border-color: rgb(100,93,119); }

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