Shades of Cosmic #7B5462
Tints of Cosmic #7B5462
RGB
CMYK
RGB Variations
Color information
#7B5462 (or 0x7B5462) is known color: Cosmic. HEX triplet: 7B, 54 and 62. RGB value is (123,84,98). Sum of RGB (Red+Green+Blue) = 123+84+98=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5462 is #84AB9D. Grayscale: #616161. Windows color (decimal): -8694686 or 6444155. OLE color: 6444155.
HSL color Cylindrical-coordinate representation of color #7B5462: hue angle of 338.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B5462 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 98 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.52 |
| HSL | 338.46º | 0.19% | 0.41% | - |
| HSV(B) | 338.46º | 0.32% | 0.48% | - |
| XYZ | 13.54 | 11.43 | 13.05 | - |
| YUV | 97.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 98 | 0 | 0.32 | 0.20 | 0.52 | 338.46 | 0.19 | 0.41 |
| Hex | 7B | 54 | 62 | 0 | 20 | 14 | 34 | 152 | 13 | 29 |
| Octal | 173 | 124 | 142 | 0 | 40 | 24 | 64 | 522 | 23 | 51 |
| Binary | 1111011 | 1010100 | 1100010 | 0 | 100000 | 10100 | 110100 | 101010010 | 10011 | 101001 |
Color Harmonies of #7B5462
Complementary color
Monochromatic Colors of #7B5462
Black with #7B5462
Text Example
Text Example
White with #7B5462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5462; }
p { color: rgb(123,84,98); }
H1.HeaderClassName
{
color: #7B5462;
}
.AnyTagClassName
{
color: #7B5462;
}
</style>
background-color css
<style>
a { background-color: #7B5462; }
a { background-color: rgb(123,84,98); }
div.DivClassName
{
background-color: #7B5462;
}
.BgClassName
{
background-color: #7B5462;
}
</style>
border-color css
<style>
span { border-color: #7B5462; }
span { border-color: rgb(123,84,98); }
td.TdClassName
{
border-color: #7B5462;
}
.TagClassName
{
border-color: #7B5462;
}
</style>