Shades of Cosmic #7B4D5F
Tints of Cosmic #7B4D5F
RGB
CMYK
RGB Variations
Color information
#7B4D5F (or 0x7B4D5F) is known color: Cosmic. HEX triplet: 7B, 4D and 5F. RGB value is (123,77,95). Sum of RGB (Red+Green+Blue) = 123+77+95=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4D5F is #84B2A0. Grayscale: #5C5C5C. Windows color (decimal): -8696481 or 6245755. OLE color: 6245755.
HSL color Cylindrical-coordinate representation of color #7B4D5F: hue angle of 336.52º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B4D5F is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 77 | 95 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.52 |
| HSL | 336.52º | 0.23% | 0.39% | - |
| HSV(B) | 336.52º | 0.37% | 0.48% | - |
| XYZ | 12.89 | 10.34 | 12.14 | - |
| YUV | 92.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 95 | 0 | 0.37 | 0.23 | 0.52 | 336.52 | 0.23 | 0.39 |
| Hex | 7B | 4D | 5F | 0 | 25 | 17 | 34 | 151 | 17 | 27 |
| Octal | 173 | 115 | 137 | 0 | 45 | 27 | 64 | 521 | 27 | 47 |
| Binary | 1111011 | 1001101 | 1011111 | 0 | 100101 | 10111 | 110100 | 101010001 | 10111 | 100111 |
Color Harmonies of #7B4D5F
Complementary color
Monochromatic Colors of #7B4D5F
Black with #7B4D5F
Text Example
Text Example
White with #7B4D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4D5F; }
p { color: rgb(123,77,95); }
H1.HeaderClassName
{
color: #7B4D5F;
}
.AnyTagClassName
{
color: #7B4D5F;
}
</style>
background-color css
<style>
a { background-color: #7B4D5F; }
a { background-color: rgb(123,77,95); }
div.DivClassName
{
background-color: #7B4D5F;
}
.BgClassName
{
background-color: #7B4D5F;
}
</style>
border-color css
<style>
span { border-color: #7B4D5F; }
span { border-color: rgb(123,77,95); }
td.TdClassName
{
border-color: #7B4D5F;
}
.TagClassName
{
border-color: #7B4D5F;
}
</style>