#676A70

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

Shades of Shuttle Grey #676A70

Tints of Shuttle Grey #676A70

Color information

#676A70 (or 0x676A70) is unknown color: approx Shuttle Grey. HEX triplet: 67, 6A and 70. RGB value is (103,106,112). Sum of RGB (Red+Green+Blue) = 103+106+112=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 112 - color contains mainly: blue. Hex color #676A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A70 is #98958F. Grayscale: #696969. Windows color (decimal): -9999760 or 7367271. OLE color: 7367271.

HSL color Cylindrical-coordinate representation of color #676A70: hue angle of 220º 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 #676A70 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB103106112-
CMYK0.080.0500.56
HSL220º4.19%42.16%-
HSV(B)220º8.04%43.92%-
XYZ13.6714.3617.38-
YUV105.79131.51126.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.09%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=32.09%
G=33.02%
B=34.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031061120.080.0500.562204.1942.16
Hex676A7085038dc42a
Octal147152160105070334452
Binary1100111110101011100001000101011100011011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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