Shades of Cosmic #7B4E68
Tints of Cosmic #7B4E68
RGB
CMYK
RGB Variations
Color information
#7B4E68 (or 0x7B4E68) is known color: Cosmic. HEX triplet: 7B, 4E and 68. RGB value is (123,78,104). Sum of RGB (Red+Green+Blue) = 123+78+104=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4E68 is #84B197. Grayscale: #5E5E5E. Windows color (decimal): -8696216 or 6835835. OLE color: 6835835.
HSL color Cylindrical-coordinate representation of color #7B4E68: hue angle of 325.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 #7B4E68 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 78 | 104 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.52 |
| HSL | 325.33º | 0.22% | 0.39% | - |
| HSV(B) | 325.33º | 0.37% | 0.48% | - |
| XYZ | 13.39 | 10.66 | 14.45 | - |
| YUV | 94.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 104 | 0 | 0.37 | 0.15 | 0.52 | 325.33 | 0.22 | 0.39 |
| Hex | 7B | 4E | 68 | 0 | 25 | F | 34 | 145 | 16 | 27 |
| Octal | 173 | 116 | 150 | 0 | 45 | 17 | 64 | 505 | 26 | 47 |
| Binary | 1111011 | 1001110 | 1101000 | 0 | 100101 | 1111 | 110100 | 101000101 | 10110 | 100111 |
Color Harmonies of #7B4E68
Complementary color
Monochromatic Colors of #7B4E68
Black with #7B4E68
Text Example
Text Example
White with #7B4E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4E68; }
p { color: rgb(123,78,104); }
H1.HeaderClassName
{
color: #7B4E68;
}
.AnyTagClassName
{
color: #7B4E68;
}
</style>
background-color css
<style>
a { background-color: #7B4E68; }
a { background-color: rgb(123,78,104); }
div.DivClassName
{
background-color: #7B4E68;
}
.BgClassName
{
background-color: #7B4E68;
}
</style>
border-color css
<style>
span { border-color: #7B4E68; }
span { border-color: rgb(123,78,104); }
td.TdClassName
{
border-color: #7B4E68;
}
.TagClassName
{
border-color: #7B4E68;
}
</style>