#676676

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

Shades of Comet #676676

Tints of Comet #676676

Color information

#676676 (or 0x676676) is unknown color: approx Comet. HEX triplet: 67, 66 and 76. RGB value is (103,102,118). Sum of RGB (Red+Green+Blue) = 103+102+118=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 102 (40.23% from 255 or 31.58% 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 #676676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676676 is #989989. Grayscale: #686868. Windows color (decimal): -10000778 or 7759463. OLE color: 7759463.

HSL color Cylindrical-coordinate representation of color #676676: hue angle of 243.75º 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 #676676 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB103102118-
CMYK0.130.1400.54
HSL243.75º7.27%43.14%-
HSV(B)243.75º13.56%46.27%-
XYZ13.6113.6919.07-
YUV104.12135.83127.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031021180.130.1400.54243.757.2743.14
Hex676676DE036f472b
Octal1471461661516066364753
Binary11001111100110111011011011110011011011110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676676; }

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

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

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

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

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

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

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

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