Shades of Cosmic #7B4E59
Tints of Cosmic #7B4E59
RGB
CMYK
RGB Variations
Color information
#7B4E59 (or 0x7B4E59) is known color: Cosmic. HEX triplet: 7B, 4E and 59. RGB value is (123,78,89). Sum of RGB (Red+Green+Blue) = 123+78+89=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4E59 is #84B1A6. Grayscale: #5C5C5C. Windows color (decimal): -8696231 or 5852795. OLE color: 5852795.
HSL color Cylindrical-coordinate representation of color #7B4E59: hue angle of 345.33º degrees, saturation: 0.22, 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 #7B4E59 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 78 | 89 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.52 |
| HSL | 345.33º | 0.22% | 0.39% | - |
| HSV(B) | 345.33º | 0.37% | 0.48% | - |
| XYZ | 12.7 | 10.38 | 10.79 | - |
| YUV | 92.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 89 | 0 | 0.37 | 0.28 | 0.52 | 345.33 | 0.22 | 0.39 |
| Hex | 7B | 4E | 59 | 0 | 25 | 1C | 34 | 159 | 16 | 27 |
| Octal | 173 | 116 | 131 | 0 | 45 | 34 | 64 | 531 | 26 | 47 |
| Binary | 1111011 | 1001110 | 1011001 | 0 | 100101 | 11100 | 110100 | 101011001 | 10110 | 100111 |
Color Harmonies of #7B4E59
Complementary color
Monochromatic Colors of #7B4E59
Black with #7B4E59
Text Example
Text Example
White with #7B4E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4E59; }
p { color: rgb(123,78,89); }
H1.HeaderClassName
{
color: #7B4E59;
}
.AnyTagClassName
{
color: #7B4E59;
}
</style>
background-color css
<style>
a { background-color: #7B4E59; }
a { background-color: rgb(123,78,89); }
div.DivClassName
{
background-color: #7B4E59;
}
.BgClassName
{
background-color: #7B4E59;
}
</style>
border-color css
<style>
span { border-color: #7B4E59; }
span { border-color: rgb(123,78,89); }
td.TdClassName
{
border-color: #7B4E59;
}
.TagClassName
{
border-color: #7B4E59;
}
</style>