Shades of Cosmic #7C5B70
Tints of Cosmic #7C5B70
RGB
CMYK
RGB Variations
Color information
#7C5B70 (or 0x7C5B70) is known color: Cosmic. HEX triplet: 7C, 5B and 70. RGB value is (124,91,112). Sum of RGB (Red+Green+Blue) = 124+91+112=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5B70 is #83A48F. Grayscale: #676767. Windows color (decimal): -8627344 or 7363452. OLE color: 7363452.
HSL color Cylindrical-coordinate representation of color #7C5B70: hue angle of 321.82º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C5B70 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 91 | 112 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.51 |
| HSL | 321.82º | 0.15% | 0.42% | - |
| HSV(B) | 321.82º | 0.27% | 0.49% | - |
| XYZ | 14.98 | 12.94 | 17.04 | - |
| YUV | 103.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 91 | 112 | 0 | 0.27 | 0.10 | 0.51 | 321.82 | 0.15 | 0.42 |
| Hex | 7C | 5B | 70 | 0 | 1B | A | 33 | 142 | F | 2A |
| Octal | 174 | 133 | 160 | 0 | 33 | 12 | 63 | 502 | 17 | 52 |
| Binary | 1111100 | 1011011 | 1110000 | 0 | 11011 | 1010 | 110011 | 101000010 | 1111 | 101010 |
Color Harmonies of #7C5B70
Complementary color
Monochromatic Colors of #7C5B70
Black with #7C5B70
Text Example
Text Example
White with #7C5B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5B70; }
p { color: rgb(124,91,112); }
H1.HeaderClassName
{
color: #7C5B70;
}
.AnyTagClassName
{
color: #7C5B70;
}
</style>
background-color css
<style>
a { background-color: #7C5B70; }
a { background-color: rgb(124,91,112); }
div.DivClassName
{
background-color: #7C5B70;
}
.BgClassName
{
background-color: #7C5B70;
}
</style>
border-color css
<style>
span { border-color: #7C5B70; }
span { border-color: rgb(124,91,112); }
td.TdClassName
{
border-color: #7C5B70;
}
.TagClassName
{
border-color: #7C5B70;
}
</style>