Shades of Cosmic #7B5665
Tints of Cosmic #7B5665
RGB
CMYK
RGB Variations
Color information
#7B5665 (or 0x7B5665) is known color: Cosmic. HEX triplet: 7B, 56 and 65. RGB value is (123,86,101). Sum of RGB (Red+Green+Blue) = 123+86+101=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5665 is #84A99A. Grayscale: #626262. Windows color (decimal): -8694171 or 6641275. OLE color: 6641275.
HSL color Cylindrical-coordinate representation of color #7B5665: hue angle of 335.68º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B5665 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 86 | 101 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.52 |
| HSL | 335.68º | 0.18% | 0.41% | - |
| HSV(B) | 335.68º | 0.3% | 0.48% | - |
| XYZ | 13.85 | 11.81 | 13.86 | - |
| YUV | 98.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 101 | 0 | 0.30 | 0.18 | 0.52 | 335.68 | 0.18 | 0.41 |
| Hex | 7B | 56 | 65 | 0 | 1E | 12 | 34 | 150 | 12 | 29 |
| Octal | 173 | 126 | 145 | 0 | 36 | 22 | 64 | 520 | 22 | 51 |
| Binary | 1111011 | 1010110 | 1100101 | 0 | 11110 | 10010 | 110100 | 101010000 | 10010 | 101001 |
Color Harmonies of #7B5665
Complementary color
Monochromatic Colors of #7B5665
Black with #7B5665
Text Example
Text Example
White with #7B5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5665; }
p { color: rgb(123,86,101); }
H1.HeaderClassName
{
color: #7B5665;
}
.AnyTagClassName
{
color: #7B5665;
}
</style>
background-color css
<style>
a { background-color: #7B5665; }
a { background-color: rgb(123,86,101); }
div.DivClassName
{
background-color: #7B5665;
}
.BgClassName
{
background-color: #7B5665;
}
</style>
border-color css
<style>
span { border-color: #7B5665; }
span { border-color: rgb(123,86,101); }
td.TdClassName
{
border-color: #7B5665;
}
.TagClassName
{
border-color: #7B5665;
}
</style>