Shades of Cosmic #7B4E63
Tints of Cosmic #7B4E63
RGB
CMYK
RGB Variations
Color information
#7B4E63 (or 0x7B4E63) is known color: Cosmic. HEX triplet: 7B, 4E and 63. RGB value is (123,78,99). Sum of RGB (Red+Green+Blue) = 123+78+99=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4E63 is #84B19C. Grayscale: #5D5D5D. Windows color (decimal): -8696221 or 6508155. OLE color: 6508155.
HSL color Cylindrical-coordinate representation of color #7B4E63: hue angle of 332º 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 #7B4E63 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 78 | 99 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.52 |
| HSL | 332º | 0.22% | 0.39% | - |
| HSV(B) | 332º | 0.37% | 0.48% | - |
| XYZ | 13.14 | 10.56 | 13.15 | - |
| YUV | 93.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 99 | 0 | 0.37 | 0.20 | 0.52 | 332 | 0.22 | 0.39 |
| Hex | 7B | 4E | 63 | 0 | 25 | 14 | 34 | 14C | 16 | 27 |
| Octal | 173 | 116 | 143 | 0 | 45 | 24 | 64 | 514 | 26 | 47 |
| Binary | 1111011 | 1001110 | 1100011 | 0 | 100101 | 10100 | 110100 | 101001100 | 10110 | 100111 |
Color Harmonies of #7B4E63
Complementary color
Monochromatic Colors of #7B4E63
Black with #7B4E63
Text Example
Text Example
White with #7B4E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4E63; }
p { color: rgb(123,78,99); }
H1.HeaderClassName
{
color: #7B4E63;
}
.AnyTagClassName
{
color: #7B4E63;
}
</style>
background-color css
<style>
a { background-color: #7B4E63; }
a { background-color: rgb(123,78,99); }
div.DivClassName
{
background-color: #7B4E63;
}
.BgClassName
{
background-color: #7B4E63;
}
</style>
border-color css
<style>
span { border-color: #7B4E63; }
span { border-color: rgb(123,78,99); }
td.TdClassName
{
border-color: #7B4E63;
}
.TagClassName
{
border-color: #7B4E63;
}
</style>