Shades of Cosmic #7B5168
Tints of Cosmic #7B5168
RGB
CMYK
RGB Variations
Color information
#7B5168 (or 0x7B5168) is known color: Cosmic. HEX triplet: 7B, 51 and 68. RGB value is (123,81,104). Sum of RGB (Red+Green+Blue) = 123+81+104=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5168 is #84AE97. Grayscale: #606060. Windows color (decimal): -8695448 or 6836603. OLE color: 6836603.
HSL color Cylindrical-coordinate representation of color #7B5168: hue angle of 327.14º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B5168 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
RGB | 123 | 81 | 104 | - |
CMYK | 0 | 0.34 | 0.15 | 0.52 |
HSL | 327.14º | 0.21% | 0.4% | - |
HSV(B) | 327.14º | 0.34% | 0.48% | - |
XYZ | 13.61 | 11.1 | 14.52 | - |
YUV | 96.18 | 132.41 | 147.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 81 | 104 | 0 | 0.34 | 0.15 | 0.52 | 327.14 | 0.21 | 0.4 |
Hex | 7B | 51 | 68 | 0 | 22 | F | 34 | 147 | 15 | 28 |
Octal | 173 | 121 | 150 | 0 | 42 | 17 | 64 | 507 | 25 | 50 |
Binary | 1111011 | 1010001 | 1101000 | 0 | 100010 | 1111 | 110100 | 101000111 | 10101 | 101000 |
Color Harmonies of #7B5168
Complementary color
Monochromatic Colors of #7B5168
Black with #7B5168
Text Example
Text Example
White with #7B5168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5168; }
p { color: rgb(123,81,104); }
H1.HeaderClassName
{
color: #7B5168;
}
.AnyTagClassName
{
color: #7B5168;
}
</style>
background-color css
<style>
a { background-color: #7B5168; }
a { background-color: rgb(123,81,104); }
div.DivClassName
{
background-color: #7B5168;
}
.BgClassName
{
background-color: #7B5168;
}
</style>
border-color css
<style>
span { border-color: #7B5168; }
span { border-color: rgb(123,81,104); }
td.TdClassName
{
border-color: #7B5168;
}
.TagClassName
{
border-color: #7B5168;
}
</style>