Shades of Cosmic #7F5A6C
Tints of Cosmic #7F5A6C
RGB
CMYK
RGB Variations
Color information
#7F5A6C (or 0x7F5A6C) is known color: Cosmic. HEX triplet: 7F, 5A and 6C. RGB value is (127,90,108). Sum of RGB (Red+Green+Blue) = 127+90+108=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5A6C is #80A593. Grayscale: #676767. Windows color (decimal): -8430996 or 7101055. OLE color: 7101055.
HSL color Cylindrical-coordinate representation of color #7F5A6C: hue angle of 330.81º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F5A6C is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 90 | 108 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.50 |
| HSL | 330.81º | 0.17% | 0.43% | - |
| HSV(B) | 330.81º | 0.29% | 0.5% | - |
| XYZ | 15.12 | 12.91 | 15.88 | - |
| YUV | 103.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 90 | 108 | 0 | 0.29 | 0.15 | 0.50 | 330.81 | 0.17 | 0.43 |
| Hex | 7F | 5A | 6C | 0 | 1D | F | 32 | 14B | 11 | 2B |
| Octal | 177 | 132 | 154 | 0 | 35 | 17 | 62 | 513 | 21 | 53 |
| Binary | 1111111 | 1011010 | 1101100 | 0 | 11101 | 1111 | 110010 | 101001011 | 10001 | 101011 |
Color Harmonies of #7F5A6C
Complementary color
Monochromatic Colors of #7F5A6C
Black with #7F5A6C
Text Example
Text Example
White with #7F5A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5A6C; }
p { color: rgb(127,90,108); }
H1.HeaderClassName
{
color: #7F5A6C;
}
.AnyTagClassName
{
color: #7F5A6C;
}
</style>
background-color css
<style>
a { background-color: #7F5A6C; }
a { background-color: rgb(127,90,108); }
div.DivClassName
{
background-color: #7F5A6C;
}
.BgClassName
{
background-color: #7F5A6C;
}
</style>
border-color css
<style>
span { border-color: #7F5A6C; }
span { border-color: rgb(127,90,108); }
td.TdClassName
{
border-color: #7F5A6C;
}
.TagClassName
{
border-color: #7F5A6C;
}
</style>