Shades of Comet #676776
Tints of Comet #676776
RGB
CMYK
RGB Variations
Color information
#676776 (or 0x676776) is known color: Comet. HEX triplet: 67, 67 and 76. RGB value is (103,103,118). Sum of RGB (Red+Green+Blue) = 103+103+118=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 118 - color contains mainly: blue. Hex color #676776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676776 is #989889. Grayscale: #686868. Windows color (decimal): -10000522 or 7759719. OLE color: 7759719.
HSL color Cylindrical-coordinate representation of color #676776: hue angle of 240º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #676776 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 103 | 118 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.54 |
| HSL | 240º | 0.07% | 0.43% | - |
| HSV(B) | 240º | 0.13% | 0.46% | - |
| XYZ | 13.71 | 13.89 | 19.1 | - |
| YUV | 104.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 118 | 0.13 | 0.13 | 0 | 0.54 | 240 | 0.07 | 0.43 |
| Hex | 67 | 67 | 76 | D | D | 0 | 36 | F0 | 7 | 2B |
| Octal | 147 | 147 | 166 | 15 | 15 | 0 | 66 | 360 | 7 | 53 |
| Binary | 1100111 | 1100111 | 1110110 | 1101 | 1101 | 0 | 110110 | 11110000 | 111 | 101011 |
Color Harmonies of #676776
Complementary color
Monochromatic Colors of #676776
Black with #676776
Text Example
Text Example
White with #676776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676776; }
p { color: rgb(103,103,118); }
H1.HeaderClassName
{
color: #676776;
}
.AnyTagClassName
{
color: #676776;
}
</style>
background-color css
<style>
a { background-color: #676776; }
a { background-color: rgb(103,103,118); }
div.DivClassName
{
background-color: #676776;
}
.BgClassName
{
background-color: #676776;
}
</style>
border-color css
<style>
span { border-color: #676776; }
span { border-color: rgb(103,103,118); }
td.TdClassName
{
border-color: #676776;
}
.TagClassName
{
border-color: #676776;
}
</style>