Shades of Cosmic #7D4F64
Tints of Cosmic #7D4F64
RGB
CMYK
RGB Variations
Color information
#7D4F64 (or 0x7D4F64) is known color: Cosmic. HEX triplet: 7D, 4F and 64. RGB value is (125,79,100). Sum of RGB (Red+Green+Blue) = 125+79+100=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4F64 is #82B09B. Grayscale: #5F5F5F. Windows color (decimal): -8564892 or 6573949. OLE color: 6573949.
HSL color Cylindrical-coordinate representation of color #7D4F64: hue angle of 332.61º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D4F64 is Cyan = 0, Magento = 0.37, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 79 | 100 | - |
| CMYK | 0 | 0.37 | 0.2 | 0.51 |
| HSL | 332.61º | 0.23% | 0.4% | - |
| HSV(B) | 332.61º | 0.37% | 0.49% | - |
| XYZ | 13.55 | 10.87 | 13.44 | - |
| YUV | 95.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 100 | 0 | 0.37 | 0.2 | 0.51 | 332.61 | 0.23 | 0.4 |
| Hex | 7D | 4F | 64 | 0 | 25 | 14 | 33 | 14D | 17 | 28 |
| Octal | 175 | 117 | 144 | 0 | 45 | 24 | 63 | 515 | 27 | 50 |
| Binary | 1111101 | 1001111 | 1100100 | 0 | 100101 | 10100 | 110011 | 101001101 | 10111 | 101000 |
Color Harmonies of #7D4F64
Complementary color
Monochromatic Colors of #7D4F64
Black with #7D4F64
Text Example
Text Example
White with #7D4F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4F64; }
p { color: rgb(125,79,100); }
H1.HeaderClassName
{
color: #7D4F64;
}
.AnyTagClassName
{
color: #7D4F64;
}
</style>
background-color css
<style>
a { background-color: #7D4F64; }
a { background-color: rgb(125,79,100); }
div.DivClassName
{
background-color: #7D4F64;
}
.BgClassName
{
background-color: #7D4F64;
}
</style>
border-color css
<style>
span { border-color: #7D4F64; }
span { border-color: rgb(125,79,100); }
td.TdClassName
{
border-color: #7D4F64;
}
.TagClassName
{
border-color: #7D4F64;
}
</style>