Shades of Cosmic #7A5367
Tints of Cosmic #7A5367
RGB
CMYK
RGB Variations
Color information
#7A5367 (or 0x7A5367) is known color: Cosmic. HEX triplet: 7A, 53 and 67. RGB value is (122,83,103). Sum of RGB (Red+Green+Blue) = 122+83+103=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5367 is #85AC98. Grayscale: #606060. Windows color (decimal): -8760473 or 6771578. OLE color: 6771578.
HSL color Cylindrical-coordinate representation of color #7A5367: hue angle of 329.23º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A5367 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 83 | 103 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.52 |
| HSL | 329.23º | 0.19% | 0.4% | - |
| HSV(B) | 329.23º | 0.32% | 0.48% | - |
| XYZ | 13.57 | 11.3 | 14.3 | - |
| YUV | 96.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 103 | 0 | 0.32 | 0.16 | 0.52 | 329.23 | 0.19 | 0.4 |
| Hex | 7A | 53 | 67 | 0 | 20 | 10 | 34 | 149 | 13 | 28 |
| Octal | 172 | 123 | 147 | 0 | 40 | 20 | 64 | 511 | 23 | 50 |
| Binary | 1111010 | 1010011 | 1100111 | 0 | 100000 | 10000 | 110100 | 101001001 | 10011 | 101000 |
Color Harmonies of #7A5367
Complementary color
Monochromatic Colors of #7A5367
Black with #7A5367
Text Example
Text Example
White with #7A5367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5367; }
p { color: rgb(122,83,103); }
H1.HeaderClassName
{
color: #7A5367;
}
.AnyTagClassName
{
color: #7A5367;
}
</style>
background-color css
<style>
a { background-color: #7A5367; }
a { background-color: rgb(122,83,103); }
div.DivClassName
{
background-color: #7A5367;
}
.BgClassName
{
background-color: #7A5367;
}
</style>
border-color css
<style>
span { border-color: #7A5367; }
span { border-color: rgb(122,83,103); }
td.TdClassName
{
border-color: #7A5367;
}
.TagClassName
{
border-color: #7A5367;
}
</style>