Shades of Cosmic #7B5765
Tints of Cosmic #7B5765
RGB
CMYK
RGB Variations
Color information
#7B5765 (or 0x7B5765) is known color: Cosmic. HEX triplet: 7B, 57 and 65. RGB value is (123,87,101). Sum of RGB (Red+Green+Blue) = 123+87+101=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5765 is #84A89A. Grayscale: #636363. Windows color (decimal): -8693915 or 6641531. OLE color: 6641531.
HSL color Cylindrical-coordinate representation of color #7B5765: hue angle of 336.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B5765 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 87 | 101 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.52 |
| HSL | 336.67º | 0.17% | 0.41% | - |
| HSV(B) | 336.67º | 0.29% | 0.48% | - |
| XYZ | 13.93 | 11.97 | 13.89 | - |
| YUV | 99.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 101 | 0 | 0.29 | 0.18 | 0.52 | 336.67 | 0.17 | 0.41 |
| Hex | 7B | 57 | 65 | 0 | 1D | 12 | 34 | 151 | 11 | 29 |
| Octal | 173 | 127 | 145 | 0 | 35 | 22 | 64 | 521 | 21 | 51 |
| Binary | 1111011 | 1010111 | 1100101 | 0 | 11101 | 10010 | 110100 | 101010001 | 10001 | 101001 |
Color Harmonies of #7B5765
Complementary color
Monochromatic Colors of #7B5765
Black with #7B5765
Text Example
Text Example
White with #7B5765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5765; }
p { color: rgb(123,87,101); }
H1.HeaderClassName
{
color: #7B5765;
}
.AnyTagClassName
{
color: #7B5765;
}
</style>
background-color css
<style>
a { background-color: #7B5765; }
a { background-color: rgb(123,87,101); }
div.DivClassName
{
background-color: #7B5765;
}
.BgClassName
{
background-color: #7B5765;
}
</style>
border-color css
<style>
span { border-color: #7B5765; }
span { border-color: rgb(123,87,101); }
td.TdClassName
{
border-color: #7B5765;
}
.TagClassName
{
border-color: #7B5765;
}
</style>