Shades of Cosmic #7C536C
Tints of Cosmic #7C536C
RGB
CMYK
RGB Variations
Color information
#7C536C (or 0x7C536C) is known color: Cosmic. HEX triplet: 7C, 53 and 6C. RGB value is (124,83,108). Sum of RGB (Red+Green+Blue) = 124+83+108=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C536C is #83AC93. Grayscale: #626262. Windows color (decimal): -8629396 or 7099260. OLE color: 7099260.
HSL color Cylindrical-coordinate representation of color #7C536C: hue angle of 323.41º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C536C is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 83 | 108 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.51 |
| HSL | 323.41º | 0.2% | 0.41% | - |
| HSV(B) | 323.41º | 0.33% | 0.49% | - |
| XYZ | 14.11 | 11.55 | 15.67 | - |
| YUV | 98.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 108 | 0 | 0.33 | 0.13 | 0.51 | 323.41 | 0.2 | 0.41 |
| Hex | 7C | 53 | 6C | 0 | 21 | D | 33 | 143 | 14 | 29 |
| Octal | 174 | 123 | 154 | 0 | 41 | 15 | 63 | 503 | 24 | 51 |
| Binary | 1111100 | 1010011 | 1101100 | 0 | 100001 | 1101 | 110011 | 101000011 | 10100 | 101001 |
Color Harmonies of #7C536C
Complementary color
Monochromatic Colors of #7C536C
Black with #7C536C
Text Example
Text Example
White with #7C536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C536C; }
p { color: rgb(124,83,108); }
H1.HeaderClassName
{
color: #7C536C;
}
.AnyTagClassName
{
color: #7C536C;
}
</style>
background-color css
<style>
a { background-color: #7C536C; }
a { background-color: rgb(124,83,108); }
div.DivClassName
{
background-color: #7C536C;
}
.BgClassName
{
background-color: #7C536C;
}
</style>
border-color css
<style>
span { border-color: #7C536C; }
span { border-color: rgb(124,83,108); }
td.TdClassName
{
border-color: #7C536C;
}
.TagClassName
{
border-color: #7C536C;
}
</style>