Shades of Cosmic #7D5166
Tints of Cosmic #7D5166
RGB
CMYK
RGB Variations
Color information
#7D5166 (or 0x7D5166) is known color: Cosmic. HEX triplet: 7D, 51 and 66. RGB value is (125,81,102). Sum of RGB (Red+Green+Blue) = 125+81+102=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5166 is #82AE99. Grayscale: #606060. Windows color (decimal): -8564378 or 6705533. OLE color: 6705533.
HSL color Cylindrical-coordinate representation of color #7D5166: hue angle of 331.36º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D5166 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 81 | 102 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.51 |
| HSL | 331.36º | 0.21% | 0.4% | - |
| HSV(B) | 331.36º | 0.35% | 0.49% | - |
| XYZ | 13.8 | 11.2 | 14.01 | - |
| YUV | 96.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 81 | 102 | 0 | 0.35 | 0.18 | 0.51 | 331.36 | 0.21 | 0.4 |
| Hex | 7D | 51 | 66 | 0 | 23 | 12 | 33 | 14B | 15 | 28 |
| Octal | 175 | 121 | 146 | 0 | 43 | 22 | 63 | 513 | 25 | 50 |
| Binary | 1111101 | 1010001 | 1100110 | 0 | 100011 | 10010 | 110011 | 101001011 | 10101 | 101000 |
Color Harmonies of #7D5166
Complementary color
Monochromatic Colors of #7D5166
Black with #7D5166
Text Example
Text Example
White with #7D5166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5166; }
p { color: rgb(125,81,102); }
H1.HeaderClassName
{
color: #7D5166;
}
.AnyTagClassName
{
color: #7D5166;
}
</style>
background-color css
<style>
a { background-color: #7D5166; }
a { background-color: rgb(125,81,102); }
div.DivClassName
{
background-color: #7D5166;
}
.BgClassName
{
background-color: #7D5166;
}
</style>
border-color css
<style>
span { border-color: #7D5166; }
span { border-color: rgb(125,81,102); }
td.TdClassName
{
border-color: #7D5166;
}
.TagClassName
{
border-color: #7D5166;
}
</style>