Shades of Cosmic #7F556B
Tints of Cosmic #7F556B
RGB
CMYK
RGB Variations
Color information
#7F556B (or 0x7F556B) is known color: Cosmic. HEX triplet: 7F, 55 and 6B. RGB value is (127,85,107). Sum of RGB (Red+Green+Blue) = 127+85+107=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 127 - color contains mainly: red. Hex color #7F556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F556B is #80AA94. Grayscale: #646464. Windows color (decimal): -8432277 or 7034239. OLE color: 7034239.
HSL color Cylindrical-coordinate representation of color #7F556B: hue angle of 328.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F556B is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 85 | 107 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.50 |
| HSL | 328.57º | 0.2% | 0.42% | - |
| HSV(B) | 328.57º | 0.33% | 0.5% | - |
| XYZ | 14.65 | 12.07 | 15.47 | - |
| YUV | 100.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 107 | 0 | 0.33 | 0.16 | 0.50 | 328.57 | 0.2 | 0.42 |
| Hex | 7F | 55 | 6B | 0 | 21 | 10 | 32 | 149 | 14 | 2A |
| Octal | 177 | 125 | 153 | 0 | 41 | 20 | 62 | 511 | 24 | 52 |
| Binary | 1111111 | 1010101 | 1101011 | 0 | 100001 | 10000 | 110010 | 101001001 | 10100 | 101010 |
Color Harmonies of #7F556B
Complementary color
Monochromatic Colors of #7F556B
Black with #7F556B
Text Example
Text Example
White with #7F556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F556B; }
p { color: rgb(127,85,107); }
H1.HeaderClassName
{
color: #7F556B;
}
.AnyTagClassName
{
color: #7F556B;
}
</style>
background-color css
<style>
a { background-color: #7F556B; }
a { background-color: rgb(127,85,107); }
div.DivClassName
{
background-color: #7F556B;
}
.BgClassName
{
background-color: #7F556B;
}
</style>
border-color css
<style>
span { border-color: #7F556B; }
span { border-color: rgb(127,85,107); }
td.TdClassName
{
border-color: #7F556B;
}
.TagClassName
{
border-color: #7F556B;
}
</style>