#676771

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

Shades of Comet #676771

Tints of Comet #676771

Color information

#676771 (or 0x676771) is unknown color: approx Comet. HEX triplet: 67, 67 and 71. RGB value is (103,103,113). Sum of RGB (Red+Green+Blue) = 103+103+113=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 113 - color contains mainly: blue. Hex color #676771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676771 is #98988E. Grayscale: #686868. Windows color (decimal): -10000527 or 7432039. OLE color: 7432039.

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

Color convert

RGB103103113-
CMYK0.090.0900.56
HSL240º4.63%42.35%-
HSV(B)240º8.85%44.31%-
XYZ13.4213.7817.57-
YUV104.14133127.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.29%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=32.29%
G=32.29%
B=35.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031031130.090.0900.562404.6342.35
Hex67677199038f052a
Octal1471471611111070360552
Binary11001111100111111000110011001011100011110000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676771; }

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

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

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

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

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

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

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

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