Shades of Cosmic #7D5E6F
Tints of Cosmic #7D5E6F
RGB
CMYK
RGB Variations
Color information
#7D5E6F (or 0x7D5E6F) is known color: Cosmic. HEX triplet: 7D, 5E and 6F. RGB value is (125,94,111). Sum of RGB (Red+Green+Blue) = 125+94+111=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5E6F is #82A190. Grayscale: #696969. Windows color (decimal): -8561041 or 7298685. OLE color: 7298685.
HSL color Cylindrical-coordinate representation of color #7D5E6F: hue angle of 327.1º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D5E6F is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
RGB | 125 | 94 | 111 | - |
CMYK | 0 | 0.25 | 0.11 | 0.51 |
HSL | 327.1º | 0.14% | 0.43% | - |
HSV(B) | 327.1º | 0.25% | 0.49% | - |
XYZ | 15.33 | 13.51 | 16.84 | - |
YUV | 105.21 | 131.27 | 142.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 94 | 111 | 0 | 0.25 | 0.11 | 0.51 | 327.1 | 0.14 | 0.43 |
Hex | 7D | 5E | 6F | 0 | 19 | B | 33 | 147 | E | 2B |
Octal | 175 | 136 | 157 | 0 | 31 | 13 | 63 | 507 | 16 | 53 |
Binary | 1111101 | 1011110 | 1101111 | 0 | 11001 | 1011 | 110011 | 101000111 | 1110 | 101011 |
Color Harmonies of #7D5E6F
Complementary color
Monochromatic Colors of #7D5E6F
Black with #7D5E6F
Text Example
Text Example
White with #7D5E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5E6F; }
p { color: rgb(125,94,111); }
H1.HeaderClassName
{
color: #7D5E6F;
}
.AnyTagClassName
{
color: #7D5E6F;
}
</style>
background-color css
<style>
a { background-color: #7D5E6F; }
a { background-color: rgb(125,94,111); }
div.DivClassName
{
background-color: #7D5E6F;
}
.BgClassName
{
background-color: #7D5E6F;
}
</style>
border-color css
<style>
span { border-color: #7D5E6F; }
span { border-color: rgb(125,94,111); }
td.TdClassName
{
border-color: #7D5E6F;
}
.TagClassName
{
border-color: #7D5E6F;
}
</style>