Shades of Cosmic #7D3E5C
Tints of Cosmic #7D3E5C
RGB
CMYK
RGB Variations
Color information
#7D3E5C (or 0x7D3E5C) is known color: Cosmic. HEX triplet: 7D, 3E and 5C. RGB value is (125,62,92). Sum of RGB (Red+Green+Blue) = 125+62+92=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3E5C is #82C1A3. Grayscale: #545454. Windows color (decimal): -8569252 or 6045309. OLE color: 6045309.
HSL color Cylindrical-coordinate representation of color #7D3E5C: hue angle of 331.43º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D3E5C is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 62 | 92 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.51 |
| HSL | 331.43º | 0.34% | 0.37% | - |
| HSV(B) | 331.43º | 0.5% | 0.49% | - |
| XYZ | 12.11 | 8.58 | 11.14 | - |
| YUV | 84.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 62 | 92 | 0 | 0.50 | 0.26 | 0.51 | 331.43 | 0.34 | 0.37 |
| Hex | 7D | 3E | 5C | 0 | 32 | 1A | 33 | 14B | 22 | 25 |
| Octal | 175 | 76 | 134 | 0 | 62 | 32 | 63 | 513 | 42 | 45 |
| Binary | 1111101 | 111110 | 1011100 | 0 | 110010 | 11010 | 110011 | 101001011 | 100010 | 100101 |
Color Harmonies of #7D3E5C
Complementary color
Monochromatic Colors of #7D3E5C
Black with #7D3E5C
Text Example
Text Example
White with #7D3E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3E5C; }
p { color: rgb(125,62,92); }
H1.HeaderClassName
{
color: #7D3E5C;
}
.AnyTagClassName
{
color: #7D3E5C;
}
</style>
background-color css
<style>
a { background-color: #7D3E5C; }
a { background-color: rgb(125,62,92); }
div.DivClassName
{
background-color: #7D3E5C;
}
.BgClassName
{
background-color: #7D3E5C;
}
</style>
border-color css
<style>
span { border-color: #7D3E5C; }
span { border-color: rgb(125,62,92); }
td.TdClassName
{
border-color: #7D3E5C;
}
.TagClassName
{
border-color: #7D3E5C;
}
</style>