Shades of Cosmic #7F5565
Tints of Cosmic #7F5565
RGB
CMYK
RGB Variations
Color information
#7F5565 (or 0x7F5565) is known color: Cosmic. HEX triplet: 7F, 55 and 65. RGB value is (127,85,101). Sum of RGB (Red+Green+Blue) = 127+85+101=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5565 is #80AA9A. Grayscale: #636363. Windows color (decimal): -8432283 or 6641023. OLE color: 6641023.
HSL color Cylindrical-coordinate representation of color #7F5565: hue angle of 337.14º 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 #7F5565 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 85 | 101 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.50 |
| HSL | 337.14º | 0.2% | 0.42% | - |
| HSV(B) | 337.14º | 0.33% | 0.5% | - |
| XYZ | 14.35 | 11.95 | 13.86 | - |
| YUV | 99.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 101 | 0 | 0.33 | 0.20 | 0.50 | 337.14 | 0.2 | 0.42 |
| Hex | 7F | 55 | 65 | 0 | 21 | 14 | 32 | 151 | 14 | 2A |
| Octal | 177 | 125 | 145 | 0 | 41 | 24 | 62 | 521 | 24 | 52 |
| Binary | 1111111 | 1010101 | 1100101 | 0 | 100001 | 10100 | 110010 | 101010001 | 10100 | 101010 |
Color Harmonies of #7F5565
Complementary color
Monochromatic Colors of #7F5565
Black with #7F5565
Text Example
Text Example
White with #7F5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5565; }
p { color: rgb(127,85,101); }
H1.HeaderClassName
{
color: #7F5565;
}
.AnyTagClassName
{
color: #7F5565;
}
</style>
background-color css
<style>
a { background-color: #7F5565; }
a { background-color: rgb(127,85,101); }
div.DivClassName
{
background-color: #7F5565;
}
.BgClassName
{
background-color: #7F5565;
}
</style>
border-color css
<style>
span { border-color: #7F5565; }
span { border-color: rgb(127,85,101); }
td.TdClassName
{
border-color: #7F5565;
}
.TagClassName
{
border-color: #7F5565;
}
</style>