Shades of Cosmic #7B5069
Tints of Cosmic #7B5069
RGB
CMYK
RGB Variations
Color information
#7B5069 (or 0x7B5069) is known color: Cosmic. HEX triplet: 7B, 50 and 69. RGB value is (123,80,105). Sum of RGB (Red+Green+Blue) = 123+80+105=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5069 is #84AF96. Grayscale: #5F5F5F. Windows color (decimal): -8695703 or 6901883. OLE color: 6901883.
HSL color Cylindrical-coordinate representation of color #7B5069: hue angle of 325.12º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B5069 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 80 | 105 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.52 |
| HSL | 325.12º | 0.21% | 0.4% | - |
| HSV(B) | 325.12º | 0.35% | 0.48% | - |
| XYZ | 13.59 | 10.97 | 14.77 | - |
| YUV | 95.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 105 | 0 | 0.35 | 0.15 | 0.52 | 325.12 | 0.21 | 0.4 |
| Hex | 7B | 50 | 69 | 0 | 23 | F | 34 | 145 | 15 | 28 |
| Octal | 173 | 120 | 151 | 0 | 43 | 17 | 64 | 505 | 25 | 50 |
| Binary | 1111011 | 1010000 | 1101001 | 0 | 100011 | 1111 | 110100 | 101000101 | 10101 | 101000 |
Color Harmonies of #7B5069
Complementary color
Monochromatic Colors of #7B5069
Black with #7B5069
Text Example
Text Example
White with #7B5069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5069; }
p { color: rgb(123,80,105); }
H1.HeaderClassName
{
color: #7B5069;
}
.AnyTagClassName
{
color: #7B5069;
}
</style>
background-color css
<style>
a { background-color: #7B5069; }
a { background-color: rgb(123,80,105); }
div.DivClassName
{
background-color: #7B5069;
}
.BgClassName
{
background-color: #7B5069;
}
</style>
border-color css
<style>
span { border-color: #7B5069; }
span { border-color: rgb(123,80,105); }
td.TdClassName
{
border-color: #7B5069;
}
.TagClassName
{
border-color: #7B5069;
}
</style>