Shades of Cosmic #7B3A5F
Tints of Cosmic #7B3A5F
RGB
CMYK
RGB Variations
Color information
#7B3A5F (or 0x7B3A5F) is known color: Cosmic. HEX triplet: 7B, 3A and 5F. RGB value is (123,58,95). Sum of RGB (Red+Green+Blue) = 123+58+95=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3A5F is #84C5A0. Grayscale: #515151. Windows color (decimal): -8701345 or 6240891. OLE color: 6240891.
HSL color Cylindrical-coordinate representation of color #7B3A5F: hue angle of 325.85º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B3A5F is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 58 | 95 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.52 |
| HSL | 325.85º | 0.36% | 0.35% | - |
| HSV(B) | 325.85º | 0.53% | 0.48% | - |
| XYZ | 11.75 | 8.06 | 11.76 | - |
| YUV | 81.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 58 | 95 | 0 | 0.53 | 0.23 | 0.52 | 325.85 | 0.36 | 0.35 |
| Hex | 7B | 3A | 5F | 0 | 35 | 17 | 34 | 146 | 24 | 23 |
| Octal | 173 | 72 | 137 | 0 | 65 | 27 | 64 | 506 | 44 | 43 |
| Binary | 1111011 | 111010 | 1011111 | 0 | 110101 | 10111 | 110100 | 101000110 | 100100 | 100011 |
Color Harmonies of #7B3A5F
Complementary color
Monochromatic Colors of #7B3A5F
Black with #7B3A5F
Text Example
Text Example
White with #7B3A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3A5F; }
p { color: rgb(123,58,95); }
H1.HeaderClassName
{
color: #7B3A5F;
}
.AnyTagClassName
{
color: #7B3A5F;
}
</style>
background-color css
<style>
a { background-color: #7B3A5F; }
a { background-color: rgb(123,58,95); }
div.DivClassName
{
background-color: #7B3A5F;
}
.BgClassName
{
background-color: #7B3A5F;
}
</style>
border-color css
<style>
span { border-color: #7B3A5F; }
span { border-color: rgb(123,58,95); }
td.TdClassName
{
border-color: #7B3A5F;
}
.TagClassName
{
border-color: #7B3A5F;
}
</style>