Shades of Cosmic #7B4260
Tints of Cosmic #7B4260
RGB
CMYK
RGB Variations
Color information
#7B4260 (or 0x7B4260) is known color: Cosmic. HEX triplet: 7B, 42 and 60. RGB value is (123,66,96). Sum of RGB (Red+Green+Blue) = 123+66+96=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4260 is #84BD9F. Grayscale: #565656. Windows color (decimal): -8699296 or 6308475. OLE color: 6308475.
HSL color Cylindrical-coordinate representation of color #7B4260: hue angle of 328.42º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B4260 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 66 | 96 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.52 |
| HSL | 328.42º | 0.3% | 0.37% | - |
| HSV(B) | 328.42º | 0.46% | 0.48% | - |
| XYZ | 12.23 | 8.95 | 12.15 | - |
| YUV | 86.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 96 | 0 | 0.46 | 0.22 | 0.52 | 328.42 | 0.3 | 0.37 |
| Hex | 7B | 42 | 60 | 0 | 2E | 16 | 34 | 148 | 1E | 25 |
| Octal | 173 | 102 | 140 | 0 | 56 | 26 | 64 | 510 | 36 | 45 |
| Binary | 1111011 | 1000010 | 1100000 | 0 | 101110 | 10110 | 110100 | 101001000 | 11110 | 100101 |
Color Harmonies of #7B4260
Complementary color
Monochromatic Colors of #7B4260
Black with #7B4260
Text Example
Text Example
White with #7B4260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4260; }
p { color: rgb(123,66,96); }
H1.HeaderClassName
{
color: #7B4260;
}
.AnyTagClassName
{
color: #7B4260;
}
</style>
background-color css
<style>
a { background-color: #7B4260; }
a { background-color: rgb(123,66,96); }
div.DivClassName
{
background-color: #7B4260;
}
.BgClassName
{
background-color: #7B4260;
}
</style>
border-color css
<style>
span { border-color: #7B4260; }
span { border-color: rgb(123,66,96); }
td.TdClassName
{
border-color: #7B4260;
}
.TagClassName
{
border-color: #7B4260;
}
</style>