Shades of Cosmic #7B4466
Tints of Cosmic #7B4466
RGB
CMYK
RGB Variations
Color information
#7B4466 (or 0x7B4466) is known color: Cosmic. HEX triplet: 7B, 44 and 66. RGB value is (123,68,102). Sum of RGB (Red+Green+Blue) = 123+68+102=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4466 is #84BB99. Grayscale: #585858. Windows color (decimal): -8698778 or 6702203. OLE color: 6702203.
HSL color Cylindrical-coordinate representation of color #7B4466: hue angle of 322.91º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B4466 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 68 | 102 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.52 |
| HSL | 322.91º | 0.29% | 0.37% | - |
| HSV(B) | 322.91º | 0.45% | 0.48% | - |
| XYZ | 12.63 | 9.3 | 13.7 | - |
| YUV | 88.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 68 | 102 | 0 | 0.45 | 0.17 | 0.52 | 322.91 | 0.29 | 0.37 |
| Hex | 7B | 44 | 66 | 0 | 2D | 11 | 34 | 143 | 1D | 25 |
| Octal | 173 | 104 | 146 | 0 | 55 | 21 | 64 | 503 | 35 | 45 |
| Binary | 1111011 | 1000100 | 1100110 | 0 | 101101 | 10001 | 110100 | 101000011 | 11101 | 100101 |
Color Harmonies of #7B4466
Complementary color
Monochromatic Colors of #7B4466
Black with #7B4466
Text Example
Text Example
White with #7B4466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4466; }
p { color: rgb(123,68,102); }
H1.HeaderClassName
{
color: #7B4466;
}
.AnyTagClassName
{
color: #7B4466;
}
</style>
background-color css
<style>
a { background-color: #7B4466; }
a { background-color: rgb(123,68,102); }
div.DivClassName
{
background-color: #7B4466;
}
.BgClassName
{
background-color: #7B4466;
}
</style>
border-color css
<style>
span { border-color: #7B4466; }
span { border-color: rgb(123,68,102); }
td.TdClassName
{
border-color: #7B4466;
}
.TagClassName
{
border-color: #7B4466;
}
</style>