Shades of Cosmic #7B5669
Tints of Cosmic #7B5669
RGB
CMYK
RGB Variations
Color information
#7B5669 (or 0x7B5669) is known color: Cosmic. HEX triplet: 7B, 56 and 69. RGB value is (123,86,105). Sum of RGB (Red+Green+Blue) = 123+86+105=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5669 is #84A996. Grayscale: #636363. Windows color (decimal): -8694167 or 6903419. OLE color: 6903419.
HSL color Cylindrical-coordinate representation of color #7B5669: hue angle of 329.19º 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 #7B5669 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 86 | 105 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.52 |
| HSL | 329.19º | 0.18% | 0.41% | - |
| HSV(B) | 329.19º | 0.3% | 0.48% | - |
| XYZ | 14.05 | 11.89 | 14.92 | - |
| YUV | 99.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 105 | 0 | 0.30 | 0.15 | 0.52 | 329.19 | 0.18 | 0.41 |
| Hex | 7B | 56 | 69 | 0 | 1E | F | 34 | 149 | 12 | 29 |
| Octal | 173 | 126 | 151 | 0 | 36 | 17 | 64 | 511 | 22 | 51 |
| Binary | 1111011 | 1010110 | 1101001 | 0 | 11110 | 1111 | 110100 | 101001001 | 10010 | 101001 |
Color Harmonies of #7B5669
Complementary color
Monochromatic Colors of #7B5669
Black with #7B5669
Text Example
Text Example
White with #7B5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5669; }
p { color: rgb(123,86,105); }
H1.HeaderClassName
{
color: #7B5669;
}
.AnyTagClassName
{
color: #7B5669;
}
</style>
background-color css
<style>
a { background-color: #7B5669; }
a { background-color: rgb(123,86,105); }
div.DivClassName
{
background-color: #7B5669;
}
.BgClassName
{
background-color: #7B5669;
}
</style>
border-color css
<style>
span { border-color: #7B5669; }
span { border-color: rgb(123,86,105); }
td.TdClassName
{
border-color: #7B5669;
}
.TagClassName
{
border-color: #7B5669;
}
</style>