Shades of Cosmic #7F4370
Tints of Cosmic #7F4370
RGB
CMYK
RGB Variations
Color information
#7F4370 (or 0x7F4370) is known color: Cosmic. HEX triplet: 7F, 43 and 70. RGB value is (127,67,112). Sum of RGB (Red+Green+Blue) = 127+67+112=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4370 is #80BC8F. Grayscale: #595959. Windows color (decimal): -8436880 or 7357311. OLE color: 7357311.
HSL color Cylindrical-coordinate representation of color #7F4370: hue angle of 315º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F4370 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 67 | 112 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.50 |
| HSL | 315º | 0.31% | 0.38% | - |
| HSV(B) | 315º | 0.47% | 0.5% | - |
| XYZ | 13.68 | 9.7 | 16.48 | - |
| YUV | 90.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 67 | 112 | 0 | 0.47 | 0.12 | 0.50 | 315 | 0.31 | 0.38 |
| Hex | 7F | 43 | 70 | 0 | 2F | C | 32 | 13B | 1F | 26 |
| Octal | 177 | 103 | 160 | 0 | 57 | 14 | 62 | 473 | 37 | 46 |
| Binary | 1111111 | 1000011 | 1110000 | 0 | 101111 | 1100 | 110010 | 100111011 | 11111 | 100110 |
Color Harmonies of #7F4370
Complementary color
Monochromatic Colors of #7F4370
Black with #7F4370
Text Example
Text Example
White with #7F4370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4370; }
p { color: rgb(127,67,112); }
H1.HeaderClassName
{
color: #7F4370;
}
.AnyTagClassName
{
color: #7F4370;
}
</style>
background-color css
<style>
a { background-color: #7F4370; }
a { background-color: rgb(127,67,112); }
div.DivClassName
{
background-color: #7F4370;
}
.BgClassName
{
background-color: #7F4370;
}
</style>
border-color css
<style>
span { border-color: #7F4370; }
span { border-color: rgb(127,67,112); }
td.TdClassName
{
border-color: #7F4370;
}
.TagClassName
{
border-color: #7F4370;
}
</style>