Shades of Cosmic #7F576B
Tints of Cosmic #7F576B
RGB
CMYK
RGB Variations
Color information
#7F576B (or 0x7F576B) is known color: Cosmic. HEX triplet: 7F, 57 and 6B. RGB value is (127,87,107). Sum of RGB (Red+Green+Blue) = 127+87+107=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 127 - color contains mainly: red. Hex color #7F576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F576B is #80A894. Grayscale: #656565. Windows color (decimal): -8431765 or 7034751. OLE color: 7034751.
HSL color Cylindrical-coordinate representation of color #7F576B: hue angle of 330º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F576B is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 87 | 107 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.50 |
| HSL | 330º | 0.19% | 0.42% | - |
| HSV(B) | 330º | 0.31% | 0.5% | - |
| XYZ | 14.81 | 12.39 | 15.52 | - |
| YUV | 101.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 87 | 107 | 0 | 0.31 | 0.16 | 0.50 | 330 | 0.19 | 0.42 |
| Hex | 7F | 57 | 6B | 0 | 1F | 10 | 32 | 14A | 13 | 2A |
| Octal | 177 | 127 | 153 | 0 | 37 | 20 | 62 | 512 | 23 | 52 |
| Binary | 1111111 | 1010111 | 1101011 | 0 | 11111 | 10000 | 110010 | 101001010 | 10011 | 101010 |
Color Harmonies of #7F576B
Complementary color
Monochromatic Colors of #7F576B
Black with #7F576B
Text Example
Text Example
White with #7F576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F576B; }
p { color: rgb(127,87,107); }
H1.HeaderClassName
{
color: #7F576B;
}
.AnyTagClassName
{
color: #7F576B;
}
</style>
background-color css
<style>
a { background-color: #7F576B; }
a { background-color: rgb(127,87,107); }
div.DivClassName
{
background-color: #7F576B;
}
.BgClassName
{
background-color: #7F576B;
}
</style>
border-color css
<style>
span { border-color: #7F576B; }
span { border-color: rgb(127,87,107); }
td.TdClassName
{
border-color: #7F576B;
}
.TagClassName
{
border-color: #7F576B;
}
</style>