#676A75

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

Shades of Comet #676A75

Tints of Comet #676A75

Color information

#676A75 (or 0x676A75) is unknown color: approx Comet. HEX triplet: 67, 6A and 75. RGB value is (103,106,117). Sum of RGB (Red+Green+Blue) = 103+106+117=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 117 - color contains mainly: blue. Hex color #676A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A75 is #98958A. Grayscale: #6A6A6A. Windows color (decimal): -9999755 or 7694951. OLE color: 7694951.

HSL color Cylindrical-coordinate representation of color #676A75: hue angle of 227.14º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #676A75 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB103106117-
CMYK0.120.0900.54
HSL227.14º6.36%43.14%-
HSV(B)227.14º11.97%45.88%-
XYZ13.9614.4818.89-
YUV106.36134.01125.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.60%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=31.60%
G=32.52%
B=35.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031061170.120.0900.54227.146.3643.14
Hex676A75C9036e362b
Octal1471521651411066343653
Binary11001111101010111010111001001011011011100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676A75; }

 p { color: rgb(103,106,117); }

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

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

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

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

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

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

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