Shades of Cosmic #7B435C
Tints of Cosmic #7B435C
RGB
CMYK
RGB Variations
Color information
#7B435C (or 0x7B435C) is known color: Cosmic. HEX triplet: 7B, 43 and 5C. RGB value is (123,67,92). Sum of RGB (Red+Green+Blue) = 123+67+92=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 123 - color contains mainly: red. Hex color #7B435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B435C is #84BCA3. Grayscale: #565656. Windows color (decimal): -8699044 or 6046587. OLE color: 6046587.
HSL color Cylindrical-coordinate representation of color #7B435C: hue angle of 333.21º 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 #7B435C is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 67 | 92 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.52 |
| HSL | 333.21º | 0.29% | 0.37% | - |
| HSV(B) | 333.21º | 0.46% | 0.48% | - |
| XYZ | 12.11 | 9 | 11.22 | - |
| YUV | 86.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 92 | 0 | 0.46 | 0.25 | 0.52 | 333.21 | 0.29 | 0.37 |
| Hex | 7B | 43 | 5C | 0 | 2E | 19 | 34 | 14D | 1D | 25 |
| Octal | 173 | 103 | 134 | 0 | 56 | 31 | 64 | 515 | 35 | 45 |
| Binary | 1111011 | 1000011 | 1011100 | 0 | 101110 | 11001 | 110100 | 101001101 | 11101 | 100101 |
Color Harmonies of #7B435C
Complementary color
Monochromatic Colors of #7B435C
Black with #7B435C
Text Example
Text Example
White with #7B435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B435C; }
p { color: rgb(123,67,92); }
H1.HeaderClassName
{
color: #7B435C;
}
.AnyTagClassName
{
color: #7B435C;
}
</style>
background-color css
<style>
a { background-color: #7B435C; }
a { background-color: rgb(123,67,92); }
div.DivClassName
{
background-color: #7B435C;
}
.BgClassName
{
background-color: #7B435C;
}
</style>
border-color css
<style>
span { border-color: #7B435C; }
span { border-color: rgb(123,67,92); }
td.TdClassName
{
border-color: #7B435C;
}
.TagClassName
{
border-color: #7B435C;
}
</style>