Html Css Color HEX #666072 Smoky

📋 copy color: '#666072'

red 102 ◦ green 96 ◦ blue 114

#666072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoky #666072

Tints of Smoky #666072

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 value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#666072 (or 0x666072) is known color: 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

RGB 102 96 114 -
CMYK 0.11 0.16 0 0.55
HSL 260º 0.09% 0.41% -
HSV(B) 260º 0.16% 0.45% -
XYZ 12.7 12.41 17.64 -
YUV 99.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 102 96 114 0.11 0.16 0 0.55 260 0.09 0.41
Hex 66 60 72 B 10 0 37 104 9 29
Octal 146 140 162 13 20 0 67 404 11 51
Binary 1100110 1100000 1110010 1011 10000 0 110111 100000100 1001 101001

Color Harmonies of #666072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666072

Black with #666072

Text Example


Text Example

White with #666072

Text Example


Text Example

HTML Codes & Css Web 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>