Shades of Cosmic #7D555E
Tints of Cosmic #7D555E
RGB
CMYK
RGB Variations
Color information
#7D555E (or 0x7D555E) is known color: Cosmic. HEX triplet: 7D, 55 and 5E. RGB value is (125,85,94). Sum of RGB (Red+Green+Blue) = 125+85+94=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D555E is #82AAA1. Grayscale: #616161. Windows color (decimal): -8563362 or 6182269. OLE color: 6182269.
HSL color Cylindrical-coordinate representation of color #7D555E: hue angle of 346.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D555E is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 85 | 94 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.51 |
| HSL | 346.5º | 0.19% | 0.41% | - |
| HSV(B) | 346.5º | 0.32% | 0.49% | - |
| XYZ | 13.73 | 11.67 | 12.12 | - |
| YUV | 97.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 94 | 0 | 0.32 | 0.25 | 0.51 | 346.5 | 0.19 | 0.41 |
| Hex | 7D | 55 | 5E | 0 | 20 | 19 | 33 | 15A | 13 | 29 |
| Octal | 175 | 125 | 136 | 0 | 40 | 31 | 63 | 532 | 23 | 51 |
| Binary | 1111101 | 1010101 | 1011110 | 0 | 100000 | 11001 | 110011 | 101011010 | 10011 | 101001 |
Color Harmonies of #7D555E
Complementary color
Monochromatic Colors of #7D555E
Black with #7D555E
Text Example
Text Example
White with #7D555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D555E; }
p { color: rgb(125,85,94); }
H1.HeaderClassName
{
color: #7D555E;
}
.AnyTagClassName
{
color: #7D555E;
}
</style>
background-color css
<style>
a { background-color: #7D555E; }
a { background-color: rgb(125,85,94); }
div.DivClassName
{
background-color: #7D555E;
}
.BgClassName
{
background-color: #7D555E;
}
</style>
border-color css
<style>
span { border-color: #7D555E; }
span { border-color: rgb(125,85,94); }
td.TdClassName
{
border-color: #7D555E;
}
.TagClassName
{
border-color: #7D555E;
}
</style>