#676770

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

Shades of Comet #676770

Tints of Comet #676770

Color information

#676770 (or 0x676770) is unknown color: approx Comet. HEX triplet: 67, 67 and 70. RGB value is (103,103,112). Sum of RGB (Red+Green+Blue) = 103+103+112=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 112 - color contains mainly: blue. Hex color #676770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676770 is #98988F. Grayscale: #676767. Windows color (decimal): -10000528 or 7366503. OLE color: 7366503.

HSL color Cylindrical-coordinate representation of color #676770: hue angle of 240º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #676770 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB103103112-
CMYK0.080.0800.56
HSL240º4.19%42.16%-
HSV(B)240º8.04%43.92%-
XYZ13.3713.7517.28-
YUV104.03132.5127.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.39%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=32.39%
G=32.39%
B=35.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031031120.080.0800.562404.1942.16
Hex67677088038f042a
Octal1471471601010070360452
Binary11001111100111111000010001000011100011110000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676770; }

 p { color: rgb(103,103,112); }

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

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

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

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

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

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

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