Shades of Cosmic #7B5E6C
Tints of Cosmic #7B5E6C
RGB
CMYK
RGB Variations
Color information
#7B5E6C (or 0x7B5E6C) is known color: Cosmic. HEX triplet: 7B, 5E and 6C. RGB value is (123,94,108). Sum of RGB (Red+Green+Blue) = 123+94+108=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5E6C is #84A193. Grayscale: #686868. Windows color (decimal): -8692116 or 7102075. OLE color: 7102075.
HSL color Cylindrical-coordinate representation of color #7B5E6C: hue angle of 331.03º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B5E6C is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
RGB | 123 | 94 | 108 | - |
CMYK | 0 | 0.24 | 0.12 | 0.52 |
HSL | 331.03º | 0.13% | 0.43% | - |
HSV(B) | 331.03º | 0.24% | 0.48% | - |
XYZ | 14.88 | 13.3 | 15.97 | - |
YUV | 104.27 | 130.11 | 141.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 94 | 108 | 0 | 0.24 | 0.12 | 0.52 | 331.03 | 0.13 | 0.43 |
Hex | 7B | 5E | 6C | 0 | 18 | C | 34 | 14B | D | 2B |
Octal | 173 | 136 | 154 | 0 | 30 | 14 | 64 | 513 | 15 | 53 |
Binary | 1111011 | 1011110 | 1101100 | 0 | 11000 | 1100 | 110100 | 101001011 | 1101 | 101011 |
Color Harmonies of #7B5E6C
Complementary color
Monochromatic Colors of #7B5E6C
Black with #7B5E6C
Text Example
Text Example
White with #7B5E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5E6C; }
p { color: rgb(123,94,108); }
H1.HeaderClassName
{
color: #7B5E6C;
}
.AnyTagClassName
{
color: #7B5E6C;
}
</style>
background-color css
<style>
a { background-color: #7B5E6C; }
a { background-color: rgb(123,94,108); }
div.DivClassName
{
background-color: #7B5E6C;
}
.BgClassName
{
background-color: #7B5E6C;
}
</style>
border-color css
<style>
span { border-color: #7B5E6C; }
span { border-color: rgb(123,94,108); }
td.TdClassName
{
border-color: #7B5E6C;
}
.TagClassName
{
border-color: #7B5E6C;
}
</style>