Shades of Cosmic #7A5A68
Tints of Cosmic #7A5A68
RGB
CMYK
RGB Variations
Color information
#7A5A68 (or 0x7A5A68) is known color: Cosmic. HEX triplet: 7A, 5A and 68. RGB value is (122,90,104). Sum of RGB (Red+Green+Blue) = 122+90+104=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5A68 is #85A597. Grayscale: #656565. Windows color (decimal): -8758680 or 6838906. OLE color: 6838906.
HSL color Cylindrical-coordinate representation of color #7A5A68: hue angle of 333.75º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A5A68 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 90 | 104 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.52 |
| HSL | 333.75º | 0.15% | 0.42% | - |
| HSV(B) | 333.75º | 0.26% | 0.48% | - |
| XYZ | 14.18 | 12.45 | 14.75 | - |
| YUV | 101.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 90 | 104 | 0 | 0.26 | 0.15 | 0.52 | 333.75 | 0.15 | 0.42 |
| Hex | 7A | 5A | 68 | 0 | 1A | F | 34 | 14E | F | 2A |
| Octal | 172 | 132 | 150 | 0 | 32 | 17 | 64 | 516 | 17 | 52 |
| Binary | 1111010 | 1011010 | 1101000 | 0 | 11010 | 1111 | 110100 | 101001110 | 1111 | 101010 |
Color Harmonies of #7A5A68
Complementary color
Monochromatic Colors of #7A5A68
Black with #7A5A68
Text Example
Text Example
White with #7A5A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5A68; }
p { color: rgb(122,90,104); }
H1.HeaderClassName
{
color: #7A5A68;
}
.AnyTagClassName
{
color: #7A5A68;
}
</style>
background-color css
<style>
a { background-color: #7A5A68; }
a { background-color: rgb(122,90,104); }
div.DivClassName
{
background-color: #7A5A68;
}
.BgClassName
{
background-color: #7A5A68;
}
</style>
border-color css
<style>
span { border-color: #7A5A68; }
span { border-color: rgb(122,90,104); }
td.TdClassName
{
border-color: #7A5A68;
}
.TagClassName
{
border-color: #7A5A68;
}
</style>