#666776

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

Shades of Comet #666776

Tints of Comet #666776

Color information

#666776 (or 0x666776) is unknown color: approx Comet. HEX triplet: 66, 67 and 76. RGB value is (102,103,118). Sum of RGB (Red+Green+Blue) = 102+103+118=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 118 - color contains mainly: blue. Hex color #666776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666776 is #999889. Grayscale: #686868. Windows color (decimal): -10066058 or 7759718. OLE color: 7759718.

HSL color Cylindrical-coordinate representation of color #666776: hue angle of 236.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #666776 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB102103118-
CMYK0.140.1300.54
HSL236.25º7.27%43.14%-
HSV(B)236.25º13.56%46.27%-
XYZ13.613.8319.09-
YUV104.41135.67126.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.58%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=31.58%
G=31.89%
B=36.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021031180.140.1300.54236.257.2743.14
Hex666776ED036ec72b
Octal1461471661615066354753
Binary11001101100111111011011101101011011011101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666776; }

 p { color: rgb(102,103,118); }

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

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

 a { background-color: rgb(102,103,118); }

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

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

 span { border-color: rgb(102,103,118); }

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