Shades of Comet #656772
Tints of Comet #656772
RGB
CMYK
RGB Variations
Color information
#656772 (or 0x656772) is known color: Comet. HEX triplet: 65, 67 and 72. RGB value is (101,103,114). Sum of RGB (Red+Green+Blue) = 101+103+114=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 114 - color contains mainly: blue. Hex color #656772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656772 is #9A988D. Grayscale: #676767. Windows color (decimal): -10131598 or 7497573. OLE color: 7497573.
HSL color Cylindrical-coordinate representation of color #656772: hue angle of 230.77º 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 #656772 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 103 | 114 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.55 |
| HSL | 230.77º | 0.06% | 0.42% | - |
| HSV(B) | 230.77º | 0.11% | 0.45% | - |
| XYZ | 13.25 | 13.68 | 17.86 | - |
| YUV | 103.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 114 | 0.11 | 0.10 | 0 | 0.55 | 230.77 | 0.06 | 0.42 |
| Hex | 65 | 67 | 72 | B | A | 0 | 37 | E7 | 6 | 2A |
| Octal | 145 | 147 | 162 | 13 | 12 | 0 | 67 | 347 | 6 | 52 |
| Binary | 1100101 | 1100111 | 1110010 | 1011 | 1010 | 0 | 110111 | 11100111 | 110 | 101010 |
Color Harmonies of #656772
Complementary color
Monochromatic Colors of #656772
Black with #656772
Text Example
Text Example
White with #656772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656772; }
p { color: rgb(101,103,114); }
H1.HeaderClassName
{
color: #656772;
}
.AnyTagClassName
{
color: #656772;
}
</style>
background-color css
<style>
a { background-color: #656772; }
a { background-color: rgb(101,103,114); }
div.DivClassName
{
background-color: #656772;
}
.BgClassName
{
background-color: #656772;
}
</style>
border-color css
<style>
span { border-color: #656772; }
span { border-color: rgb(101,103,114); }
td.TdClassName
{
border-color: #656772;
}
.TagClassName
{
border-color: #656772;
}
</style>