Shades of Comet #666772
Tints of Comet #666772
RGB
CMYK
RGB Variations
Color information
#666772 (or 0x666772) is known color: Comet. HEX triplet: 66, 67 and 72. RGB value is (102,103,114). Sum of RGB (Red+Green+Blue) = 102+103+114=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #666772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666772 is #99988D. Grayscale: #676767. Windows color (decimal): -10066062 or 7497574. OLE color: 7497574.
HSL color Cylindrical-coordinate representation of color #666772: hue angle of 235º 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 #666772 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 103 | 114 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.55 |
| HSL | 235º | 0.06% | 0.42% | - |
| HSV(B) | 235º | 0.11% | 0.45% | - |
| XYZ | 13.37 | 13.74 | 17.87 | - |
| YUV | 103.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 114 | 0.11 | 0.10 | 0 | 0.55 | 235 | 0.06 | 0.42 |
| Hex | 66 | 67 | 72 | B | A | 0 | 37 | EB | 6 | 2A |
| Octal | 146 | 147 | 162 | 13 | 12 | 0 | 67 | 353 | 6 | 52 |
| Binary | 1100110 | 1100111 | 1110010 | 1011 | 1010 | 0 | 110111 | 11101011 | 110 | 101010 |
Color Harmonies of #666772
Complementary color
Monochromatic Colors of #666772
Black with #666772
Text Example
Text Example
White with #666772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666772; }
p { color: rgb(102,103,114); }
H1.HeaderClassName
{
color: #666772;
}
.AnyTagClassName
{
color: #666772;
}
</style>
background-color css
<style>
a { background-color: #666772; }
a { background-color: rgb(102,103,114); }
div.DivClassName
{
background-color: #666772;
}
.BgClassName
{
background-color: #666772;
}
</style>
border-color css
<style>
span { border-color: #666772; }
span { border-color: rgb(102,103,114); }
td.TdClassName
{
border-color: #666772;
}
.TagClassName
{
border-color: #666772;
}
</style>