#666072

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

Shades of Smoky #666072

Tints of Smoky #666072

Color information

#666072 (or 0x666072) is unknown color: approx Smoky. HEX triplet: 66, 60 and 72. RGB value is (102,96,114). Sum of RGB (Red+Green+Blue) = 102+96+114=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #666072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666072 is #999F8D. Grayscale: #636363. Windows color (decimal): -10067854 or 7495782. OLE color: 7495782.

HSL color Cylindrical-coordinate representation of color #666072: hue angle of 260º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #666072 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10296114-
CMYK0.110.1600.55
HSL260º8.57%41.18%-
HSV(B)260º15.79%44.71%-
XYZ12.712.4117.64-
YUV99.85135.99129.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=32.69%
G=30.77%
B=36.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102961140.110.1600.552608.5741.18
Hex666072B10037104929
Octal14614016213200674041151
Binary11001101100000111001010111000001101111000001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666072; }

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

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

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

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

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

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

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

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