Shades of Cosmic #7B4B68
Tints of Cosmic #7B4B68
RGB
CMYK
RGB Variations
Color information
#7B4B68 (or 0x7B4B68) is known color: Cosmic. HEX triplet: 7B, 4B and 68. RGB value is (123,75,104). Sum of RGB (Red+Green+Blue) = 123+75+104=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4B68 is #84B497. Grayscale: #5C5C5C. Windows color (decimal): -8696984 or 6835067. OLE color: 6835067.
HSL color Cylindrical-coordinate representation of color #7B4B68: hue angle of 323.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B4B68 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 75 | 104 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.52 |
| HSL | 323.75º | 0.24% | 0.39% | - |
| HSV(B) | 323.75º | 0.39% | 0.48% | - |
| XYZ | 13.18 | 10.24 | 14.38 | - |
| YUV | 92.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 75 | 104 | 0 | 0.39 | 0.15 | 0.52 | 323.75 | 0.24 | 0.39 |
| Hex | 7B | 4B | 68 | 0 | 27 | F | 34 | 144 | 18 | 27 |
| Octal | 173 | 113 | 150 | 0 | 47 | 17 | 64 | 504 | 30 | 47 |
| Binary | 1111011 | 1001011 | 1101000 | 0 | 100111 | 1111 | 110100 | 101000100 | 11000 | 100111 |
Color Harmonies of #7B4B68
Complementary color
Monochromatic Colors of #7B4B68
Black with #7B4B68
Text Example
Text Example
White with #7B4B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4B68; }
p { color: rgb(123,75,104); }
H1.HeaderClassName
{
color: #7B4B68;
}
.AnyTagClassName
{
color: #7B4B68;
}
</style>
background-color css
<style>
a { background-color: #7B4B68; }
a { background-color: rgb(123,75,104); }
div.DivClassName
{
background-color: #7B4B68;
}
.BgClassName
{
background-color: #7B4B68;
}
</style>
border-color css
<style>
span { border-color: #7B4B68; }
span { border-color: rgb(123,75,104); }
td.TdClassName
{
border-color: #7B4B68;
}
.TagClassName
{
border-color: #7B4B68;
}
</style>