Shades of Cosmic #7B435D
Tints of Cosmic #7B435D
RGB
CMYK
RGB Variations
Color information
#7B435D (or 0x7B435D) is known color: Cosmic. HEX triplet: 7B, 43 and 5D. RGB value is (123,67,93). Sum of RGB (Red+Green+Blue) = 123+67+93=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 123 - color contains mainly: red. Hex color #7B435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B435D is #84BCA2. Grayscale: #565656. Windows color (decimal): -8699043 or 6112123. OLE color: 6112123.
HSL color Cylindrical-coordinate representation of color #7B435D: hue angle of 332.14º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B435D is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 67 | 93 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.52 |
| HSL | 332.14º | 0.29% | 0.37% | - |
| HSV(B) | 332.14º | 0.46% | 0.48% | - |
| XYZ | 12.15 | 9.02 | 11.46 | - |
| YUV | 86.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 93 | 0 | 0.46 | 0.24 | 0.52 | 332.14 | 0.29 | 0.37 |
| Hex | 7B | 43 | 5D | 0 | 2E | 18 | 34 | 14C | 1D | 25 |
| Octal | 173 | 103 | 135 | 0 | 56 | 30 | 64 | 514 | 35 | 45 |
| Binary | 1111011 | 1000011 | 1011101 | 0 | 101110 | 11000 | 110100 | 101001100 | 11101 | 100101 |
Color Harmonies of #7B435D
Complementary color
Monochromatic Colors of #7B435D
Black with #7B435D
Text Example
Text Example
White with #7B435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B435D; }
p { color: rgb(123,67,93); }
H1.HeaderClassName
{
color: #7B435D;
}
.AnyTagClassName
{
color: #7B435D;
}
</style>
background-color css
<style>
a { background-color: #7B435D; }
a { background-color: rgb(123,67,93); }
div.DivClassName
{
background-color: #7B435D;
}
.BgClassName
{
background-color: #7B435D;
}
</style>
border-color css
<style>
span { border-color: #7B435D; }
span { border-color: rgb(123,67,93); }
td.TdClassName
{
border-color: #7B435D;
}
.TagClassName
{
border-color: #7B435D;
}
</style>