#666A72

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

Shades of Shuttle Grey #666A72

Tints of Shuttle Grey #666A72

Color information

#666A72 (or 0x666A72) is unknown color: approx Shuttle Grey. HEX triplet: 66, 6A and 72. RGB value is (102,106,114). Sum of RGB (Red+Green+Blue) = 102+106+114=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #666A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A72 is #99958D. Grayscale: #696969. Windows color (decimal): -10065294 or 7498342. OLE color: 7498342.

HSL color Cylindrical-coordinate representation of color #666A72: hue angle of 220º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #666A72 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB102106114-
CMYK0.110.0700.55
HSL220º5.56%42.35%-
HSV(B)220º10.53%44.71%-
XYZ13.6714.3517.97-
YUV105.72132.67125.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=31.68%
G=32.92%
B=35.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021061140.110.0700.552205.5642.35
Hex666A72B7037dc62a
Octal146152162137067334652
Binary1100110110101011100101011111011011111011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666A72; }

 p { color: rgb(102,106,114); }

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

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

 a { background-color: rgb(102,106,114); }

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

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

 span { border-color: rgb(102,106,114); }

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