Shades of Cosmic #7F566B
Tints of Cosmic #7F566B
RGB
CMYK
RGB Variations
Color information
#7F566B (or 0x7F566B) is known color: Cosmic. HEX triplet: 7F, 56 and 6B. RGB value is (127,86,107). Sum of RGB (Red+Green+Blue) = 127+86+107=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 127 - color contains mainly: red. Hex color #7F566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F566B is #80A994. Grayscale: #646464. Windows color (decimal): -8432021 or 7034495. OLE color: 7034495.
HSL color Cylindrical-coordinate representation of color #7F566B: hue angle of 329.27º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F566B is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 86 | 107 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.50 |
| HSL | 329.27º | 0.19% | 0.42% | - |
| HSV(B) | 329.27º | 0.32% | 0.5% | - |
| XYZ | 14.73 | 12.23 | 15.49 | - |
| YUV | 100.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 107 | 0 | 0.32 | 0.16 | 0.50 | 329.27 | 0.19 | 0.42 |
| Hex | 7F | 56 | 6B | 0 | 20 | 10 | 32 | 149 | 13 | 2A |
| Octal | 177 | 126 | 153 | 0 | 40 | 20 | 62 | 511 | 23 | 52 |
| Binary | 1111111 | 1010110 | 1101011 | 0 | 100000 | 10000 | 110010 | 101001001 | 10011 | 101010 |
Color Harmonies of #7F566B
Complementary color
Monochromatic Colors of #7F566B
Black with #7F566B
Text Example
Text Example
White with #7F566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F566B; }
p { color: rgb(127,86,107); }
H1.HeaderClassName
{
color: #7F566B;
}
.AnyTagClassName
{
color: #7F566B;
}
</style>
background-color css
<style>
a { background-color: #7F566B; }
a { background-color: rgb(127,86,107); }
div.DivClassName
{
background-color: #7F566B;
}
.BgClassName
{
background-color: #7F566B;
}
</style>
border-color css
<style>
span { border-color: #7F566B; }
span { border-color: rgb(127,86,107); }
td.TdClassName
{
border-color: #7F566B;
}
.TagClassName
{
border-color: #7F566B;
}
</style>