Shades of Cosmic #7B385F
Tints of Cosmic #7B385F
RGB
CMYK
RGB Variations
Color information
#7B385F (or 0x7B385F) is known color: Cosmic. HEX triplet: 7B, 38 and 5F. RGB value is (123,56,95). Sum of RGB (Red+Green+Blue) = 123+56+95=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 123 - color contains mainly: red. Hex color #7B385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B385F is #84C7A0. Grayscale: #505050. Windows color (decimal): -8701857 or 6240379. OLE color: 6240379.
HSL color Cylindrical-coordinate representation of color #7B385F: hue angle of 325.07º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B385F is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 56 | 95 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.52 |
| HSL | 325.07º | 0.37% | 0.35% | - |
| HSV(B) | 325.07º | 0.54% | 0.48% | - |
| XYZ | 11.65 | 7.87 | 11.73 | - |
| YUV | 80.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 95 | 0 | 0.54 | 0.23 | 0.52 | 325.07 | 0.37 | 0.35 |
| Hex | 7B | 38 | 5F | 0 | 36 | 17 | 34 | 145 | 25 | 23 |
| Octal | 173 | 70 | 137 | 0 | 66 | 27 | 64 | 505 | 45 | 43 |
| Binary | 1111011 | 111000 | 1011111 | 0 | 110110 | 10111 | 110100 | 101000101 | 100101 | 100011 |
Color Harmonies of #7B385F
Complementary color
Monochromatic Colors of #7B385F
Black with #7B385F
Text Example
Text Example
White with #7B385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B385F; }
p { color: rgb(123,56,95); }
H1.HeaderClassName
{
color: #7B385F;
}
.AnyTagClassName
{
color: #7B385F;
}
</style>
background-color css
<style>
a { background-color: #7B385F; }
a { background-color: rgb(123,56,95); }
div.DivClassName
{
background-color: #7B385F;
}
.BgClassName
{
background-color: #7B385F;
}
</style>
border-color css
<style>
span { border-color: #7B385F; }
span { border-color: rgb(123,56,95); }
td.TdClassName
{
border-color: #7B385F;
}
.TagClassName
{
border-color: #7B385F;
}
</style>