Shades of Cosmic #7C586A
Tints of Cosmic #7C586A
RGB
CMYK
RGB Variations
Color information
#7C586A (or 0x7C586A) is known color: Cosmic. HEX triplet: 7C, 58 and 6A. RGB value is (124,88,106). Sum of RGB (Red+Green+Blue) = 124+88+106=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C586A is #83A795. Grayscale: #646464. Windows color (decimal): -8628118 or 6969468. OLE color: 6969468.
HSL color Cylindrical-coordinate representation of color #7C586A: hue angle of 330º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C586A is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 106 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.51 |
| HSL | 330º | 0.17% | 0.42% | - |
| HSV(B) | 330º | 0.29% | 0.49% | - |
| XYZ | 14.4 | 12.31 | 15.25 | - |
| YUV | 100.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 106 | 0 | 0.29 | 0.15 | 0.51 | 330 | 0.17 | 0.42 |
| Hex | 7C | 58 | 6A | 0 | 1D | F | 33 | 14A | 11 | 2A |
| Octal | 174 | 130 | 152 | 0 | 35 | 17 | 63 | 512 | 21 | 52 |
| Binary | 1111100 | 1011000 | 1101010 | 0 | 11101 | 1111 | 110011 | 101001010 | 10001 | 101010 |
Color Harmonies of #7C586A
Complementary color
Monochromatic Colors of #7C586A
Black with #7C586A
Text Example
Text Example
White with #7C586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C586A; }
p { color: rgb(124,88,106); }
H1.HeaderClassName
{
color: #7C586A;
}
.AnyTagClassName
{
color: #7C586A;
}
</style>
background-color css
<style>
a { background-color: #7C586A; }
a { background-color: rgb(124,88,106); }
div.DivClassName
{
background-color: #7C586A;
}
.BgClassName
{
background-color: #7C586A;
}
</style>
border-color css
<style>
span { border-color: #7C586A; }
span { border-color: rgb(124,88,106); }
td.TdClassName
{
border-color: #7C586A;
}
.TagClassName
{
border-color: #7C586A;
}
</style>