Shades of Cosmic #7A5767
Tints of Cosmic #7A5767
RGB
CMYK
RGB Variations
Color information
#7A5767 (or 0x7A5767) is known color: Cosmic. HEX triplet: 7A, 57 and 67. RGB value is (122,87,103). Sum of RGB (Red+Green+Blue) = 122+87+103=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5767 is #85A898. Grayscale: #636363. Windows color (decimal): -8759449 or 6772602. OLE color: 6772602.
HSL color Cylindrical-coordinate representation of color #7A5767: hue angle of 332.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A5767 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 103 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.52 |
| HSL | 332.57º | 0.17% | 0.41% | - |
| HSV(B) | 332.57º | 0.29% | 0.48% | - |
| XYZ | 13.88 | 11.93 | 14.4 | - |
| YUV | 99.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 103 | 0 | 0.29 | 0.16 | 0.52 | 332.57 | 0.17 | 0.41 |
| Hex | 7A | 57 | 67 | 0 | 1D | 10 | 34 | 14D | 11 | 29 |
| Octal | 172 | 127 | 147 | 0 | 35 | 20 | 64 | 515 | 21 | 51 |
| Binary | 1111010 | 1010111 | 1100111 | 0 | 11101 | 10000 | 110100 | 101001101 | 10001 | 101001 |
Color Harmonies of #7A5767
Complementary color
Monochromatic Colors of #7A5767
Black with #7A5767
Text Example
Text Example
White with #7A5767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5767; }
p { color: rgb(122,87,103); }
H1.HeaderClassName
{
color: #7A5767;
}
.AnyTagClassName
{
color: #7A5767;
}
</style>
background-color css
<style>
a { background-color: #7A5767; }
a { background-color: rgb(122,87,103); }
div.DivClassName
{
background-color: #7A5767;
}
.BgClassName
{
background-color: #7A5767;
}
</style>
border-color css
<style>
span { border-color: #7A5767; }
span { border-color: rgb(122,87,103); }
td.TdClassName
{
border-color: #7A5767;
}
.TagClassName
{
border-color: #7A5767;
}
</style>