Shades of Cosmic #7A5B69
Tints of Cosmic #7A5B69
RGB
CMYK
RGB Variations
Color information
#7A5B69 (or 0x7A5B69) is known color: Cosmic. HEX triplet: 7A, 5B and 69. RGB value is (122,91,105). Sum of RGB (Red+Green+Blue) = 122+91+105=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5B69 is #85A496. Grayscale: #656565. Windows color (decimal): -8758423 or 6904698. OLE color: 6904698.
HSL color Cylindrical-coordinate representation of color #7A5B69: hue angle of 332.9º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A5B69 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 91 | 105 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.52 |
| HSL | 332.9º | 0.15% | 0.42% | - |
| HSV(B) | 332.9º | 0.25% | 0.48% | - |
| XYZ | 14.32 | 12.64 | 15.05 | - |
| YUV | 101.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 91 | 105 | 0 | 0.25 | 0.14 | 0.52 | 332.9 | 0.15 | 0.42 |
| Hex | 7A | 5B | 69 | 0 | 19 | E | 34 | 14D | F | 2A |
| Octal | 172 | 133 | 151 | 0 | 31 | 16 | 64 | 515 | 17 | 52 |
| Binary | 1111010 | 1011011 | 1101001 | 0 | 11001 | 1110 | 110100 | 101001101 | 1111 | 101010 |
Color Harmonies of #7A5B69
Complementary color
Monochromatic Colors of #7A5B69
Black with #7A5B69
Text Example
Text Example
White with #7A5B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5B69; }
p { color: rgb(122,91,105); }
H1.HeaderClassName
{
color: #7A5B69;
}
.AnyTagClassName
{
color: #7A5B69;
}
</style>
background-color css
<style>
a { background-color: #7A5B69; }
a { background-color: rgb(122,91,105); }
div.DivClassName
{
background-color: #7A5B69;
}
.BgClassName
{
background-color: #7A5B69;
}
</style>
border-color css
<style>
span { border-color: #7A5B69; }
span { border-color: rgb(122,91,105); }
td.TdClassName
{
border-color: #7A5B69;
}
.TagClassName
{
border-color: #7A5B69;
}
</style>