Shades of Cosmic #7B565F
Tints of Cosmic #7B565F
RGB
CMYK
RGB Variations
Color information
#7B565F (or 0x7B565F) is known color: Cosmic. HEX triplet: 7B, 56 and 5F. RGB value is (123,86,95). Sum of RGB (Red+Green+Blue) = 123+86+95=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 123 - color contains mainly: red. Hex color #7B565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B565F is #84A9A0. Grayscale: #626262. Windows color (decimal): -8694177 or 6248059. OLE color: 6248059.
HSL color Cylindrical-coordinate representation of color #7B565F: hue angle of 345.41º 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 #7B565F is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 86 | 95 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.52 |
| HSL | 345.41º | 0.18% | 0.41% | - |
| HSV(B) | 345.41º | 0.3% | 0.48% | - |
| XYZ | 13.56 | 11.69 | 12.37 | - |
| YUV | 98.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 95 | 0 | 0.30 | 0.23 | 0.52 | 345.41 | 0.18 | 0.41 |
| Hex | 7B | 56 | 5F | 0 | 1E | 17 | 34 | 159 | 12 | 29 |
| Octal | 173 | 126 | 137 | 0 | 36 | 27 | 64 | 531 | 22 | 51 |
| Binary | 1111011 | 1010110 | 1011111 | 0 | 11110 | 10111 | 110100 | 101011001 | 10010 | 101001 |
Color Harmonies of #7B565F
Complementary color
Monochromatic Colors of #7B565F
Black with #7B565F
Text Example
Text Example
White with #7B565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B565F; }
p { color: rgb(123,86,95); }
H1.HeaderClassName
{
color: #7B565F;
}
.AnyTagClassName
{
color: #7B565F;
}
</style>
background-color css
<style>
a { background-color: #7B565F; }
a { background-color: rgb(123,86,95); }
div.DivClassName
{
background-color: #7B565F;
}
.BgClassName
{
background-color: #7B565F;
}
</style>
border-color css
<style>
span { border-color: #7B565F; }
span { border-color: rgb(123,86,95); }
td.TdClassName
{
border-color: #7B565F;
}
.TagClassName
{
border-color: #7B565F;
}
</style>