Shades of Cosmic #7B556C
Tints of Cosmic #7B556C
RGB
CMYK
RGB Variations
Color information
#7B556C (or 0x7B556C) is known color: Cosmic. HEX triplet: 7B, 55 and 6C. RGB value is (123,85,108). Sum of RGB (Red+Green+Blue) = 123+85+108=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 123 - color contains mainly: red. Hex color #7B556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B556C is #84AA93. Grayscale: #626262. Windows color (decimal): -8694420 or 7099771. OLE color: 7099771.
HSL color Cylindrical-coordinate representation of color #7B556C: hue angle of 323.68º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B556C is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 85 | 108 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.52 |
| HSL | 323.68º | 0.18% | 0.41% | - |
| HSV(B) | 323.68º | 0.31% | 0.48% | - |
| XYZ | 14.12 | 11.79 | 15.72 | - |
| YUV | 98.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 108 | 0 | 0.31 | 0.12 | 0.52 | 323.68 | 0.18 | 0.41 |
| Hex | 7B | 55 | 6C | 0 | 1F | C | 34 | 144 | 12 | 29 |
| Octal | 173 | 125 | 154 | 0 | 37 | 14 | 64 | 504 | 22 | 51 |
| Binary | 1111011 | 1010101 | 1101100 | 0 | 11111 | 1100 | 110100 | 101000100 | 10010 | 101001 |
Color Harmonies of #7B556C
Complementary color
Monochromatic Colors of #7B556C
Black with #7B556C
Text Example
Text Example
White with #7B556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B556C; }
p { color: rgb(123,85,108); }
H1.HeaderClassName
{
color: #7B556C;
}
.AnyTagClassName
{
color: #7B556C;
}
</style>
background-color css
<style>
a { background-color: #7B556C; }
a { background-color: rgb(123,85,108); }
div.DivClassName
{
background-color: #7B556C;
}
.BgClassName
{
background-color: #7B556C;
}
</style>
border-color css
<style>
span { border-color: #7B556C; }
span { border-color: rgb(123,85,108); }
td.TdClassName
{
border-color: #7B556C;
}
.TagClassName
{
border-color: #7B556C;
}
</style>