#605776

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

Shades of Smoky #605776

Tints of Smoky #605776

Color information

#605776 (or 0x605776) is unknown color: approx Smoky. HEX triplet: 60, 57 and 76. RGB value is (96,87,118). Sum of RGB (Red+Green+Blue) = 96+87+118=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #605776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605776 is #9FA889. Grayscale: #5D5D5D. Windows color (decimal): -10463370 or 7755616. OLE color: 7755616.

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

Color convert

RGB9687118-
CMYK0.190.2600.54
HSL257.42º15.12%40.2%-
HSV(B)257.42º26.27%46.27%-
XYZ11.510.6118.58-
YUV93.22141.98129.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=31.89%
G=28.90%
B=39.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96871180.190.2600.54257.4215.1240.2
Hex605776131A036101f28
Octal14012716623320664011750
Binary110000010101111110110100111101001101101000000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605776; }

 p { color: rgb(96,87,118); }

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

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

 a { background-color: rgb(96,87,118); }

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

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

 span { border-color: rgb(96,87,118); }

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