Shades of Cosmic #7B455A
Tints of Cosmic #7B455A
RGB
CMYK
RGB Variations
Color information
#7B455A (or 0x7B455A) is known color: Cosmic. HEX triplet: 7B, 45 and 5A. RGB value is (123,69,90). Sum of RGB (Red+Green+Blue) = 123+69+90=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 123 - color contains mainly: red. Hex color #7B455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B455A is #84BAA5. Grayscale: #575757. Windows color (decimal): -8698534 or 5916027. OLE color: 5916027.
HSL color Cylindrical-coordinate representation of color #7B455A: hue angle of 336.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B455A is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 69 | 90 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.52 |
| HSL | 336.67º | 0.28% | 0.38% | - |
| HSV(B) | 336.67º | 0.44% | 0.48% | - |
| XYZ | 12.14 | 9.21 | 10.81 | - |
| YUV | 87.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 90 | 0 | 0.44 | 0.27 | 0.52 | 336.67 | 0.28 | 0.38 |
| Hex | 7B | 45 | 5A | 0 | 2C | 1B | 34 | 151 | 1C | 26 |
| Octal | 173 | 105 | 132 | 0 | 54 | 33 | 64 | 521 | 34 | 46 |
| Binary | 1111011 | 1000101 | 1011010 | 0 | 101100 | 11011 | 110100 | 101010001 | 11100 | 100110 |
Color Harmonies of #7B455A
Complementary color
Monochromatic Colors of #7B455A
Black with #7B455A
Text Example
Text Example
White with #7B455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B455A; }
p { color: rgb(123,69,90); }
H1.HeaderClassName
{
color: #7B455A;
}
.AnyTagClassName
{
color: #7B455A;
}
</style>
background-color css
<style>
a { background-color: #7B455A; }
a { background-color: rgb(123,69,90); }
div.DivClassName
{
background-color: #7B455A;
}
.BgClassName
{
background-color: #7B455A;
}
</style>
border-color css
<style>
span { border-color: #7B455A; }
span { border-color: rgb(123,69,90); }
td.TdClassName
{
border-color: #7B455A;
}
.TagClassName
{
border-color: #7B455A;
}
</style>