Shades of Cosmic #7F4F67
Tints of Cosmic #7F4F67
RGB
CMYK
RGB Variations
Color information
#7F4F67 (or 0x7F4F67) is known color: Cosmic. HEX triplet: 7F, 4F and 67. RGB value is (127,79,103). Sum of RGB (Red+Green+Blue) = 127+79+103=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4F67 is #80B098. Grayscale: #606060. Windows color (decimal): -8433817 or 6770559. OLE color: 6770559.
HSL color Cylindrical-coordinate representation of color #7F4F67: hue angle of 330º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F4F67 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 79 | 103 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.50 |
| HSL | 330º | 0.23% | 0.4% | - |
| HSV(B) | 330º | 0.38% | 0.5% | - |
| XYZ | 14 | 11.08 | 14.23 | - |
| YUV | 96.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 79 | 103 | 0 | 0.38 | 0.19 | 0.50 | 330 | 0.23 | 0.4 |
| Hex | 7F | 4F | 67 | 0 | 26 | 13 | 32 | 14A | 17 | 28 |
| Octal | 177 | 117 | 147 | 0 | 46 | 23 | 62 | 512 | 27 | 50 |
| Binary | 1111111 | 1001111 | 1100111 | 0 | 100110 | 10011 | 110010 | 101001010 | 10111 | 101000 |
Color Harmonies of #7F4F67
Complementary color
Monochromatic Colors of #7F4F67
Black with #7F4F67
Text Example
Text Example
White with #7F4F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4F67; }
p { color: rgb(127,79,103); }
H1.HeaderClassName
{
color: #7F4F67;
}
.AnyTagClassName
{
color: #7F4F67;
}
</style>
background-color css
<style>
a { background-color: #7F4F67; }
a { background-color: rgb(127,79,103); }
div.DivClassName
{
background-color: #7F4F67;
}
.BgClassName
{
background-color: #7F4F67;
}
</style>
border-color css
<style>
span { border-color: #7F4F67; }
span { border-color: rgb(127,79,103); }
td.TdClassName
{
border-color: #7F4F67;
}
.TagClassName
{
border-color: #7F4F67;
}
</style>