Shades of Cosmic #7B5366
Tints of Cosmic #7B5366
RGB
CMYK
RGB Variations
Color information
#7B5366 (or 0x7B5366) is known color: Cosmic. HEX triplet: 7B, 53 and 66. RGB value is (123,83,102). Sum of RGB (Red+Green+Blue) = 123+83+102=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5366 is #84AC99. Grayscale: #616161. Windows color (decimal): -8694938 or 6706043. OLE color: 6706043.
HSL color Cylindrical-coordinate representation of color #7B5366: hue angle of 331.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B5366 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 83 | 102 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.52 |
| HSL | 331.5º | 0.19% | 0.4% | - |
| HSV(B) | 331.5º | 0.33% | 0.48% | - |
| XYZ | 13.66 | 11.36 | 14.04 | - |
| YUV | 97.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 102 | 0 | 0.33 | 0.17 | 0.52 | 331.5 | 0.19 | 0.4 |
| Hex | 7B | 53 | 66 | 0 | 21 | 11 | 34 | 14C | 13 | 28 |
| Octal | 173 | 123 | 146 | 0 | 41 | 21 | 64 | 514 | 23 | 50 |
| Binary | 1111011 | 1010011 | 1100110 | 0 | 100001 | 10001 | 110100 | 101001100 | 10011 | 101000 |
Color Harmonies of #7B5366
Complementary color
Monochromatic Colors of #7B5366
Black with #7B5366
Text Example
Text Example
White with #7B5366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5366; }
p { color: rgb(123,83,102); }
H1.HeaderClassName
{
color: #7B5366;
}
.AnyTagClassName
{
color: #7B5366;
}
</style>
background-color css
<style>
a { background-color: #7B5366; }
a { background-color: rgb(123,83,102); }
div.DivClassName
{
background-color: #7B5366;
}
.BgClassName
{
background-color: #7B5366;
}
</style>
border-color css
<style>
span { border-color: #7B5366; }
span { border-color: rgb(123,83,102); }
td.TdClassName
{
border-color: #7B5366;
}
.TagClassName
{
border-color: #7B5366;
}
</style>