Shades of Cosmic #714D65
Tints of Cosmic #714D65
RGB
CMYK
RGB Variations
Color information
#714D65 (or 0x714D65) is known color: Cosmic. HEX triplet: 71, 4D and 65. RGB value is (113,77,101). Sum of RGB (Red+Green+Blue) = 113+77+101=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #714D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D65 is #8EB29A. Grayscale: #5A5A5A. Windows color (decimal): -9351835 or 6638961. OLE color: 6638961.
HSL color Cylindrical-coordinate representation of color #714D65: hue angle of 320º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #714D65 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 101 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.56 |
| HSL | 320º | 0.19% | 0.37% | - |
| HSV(B) | 320º | 0.32% | 0.44% | - |
| XYZ | 11.81 | 9.76 | 13.57 | - |
| YUV | 90.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 101 | 0 | 0.32 | 0.11 | 0.56 | 320 | 0.19 | 0.37 |
| Hex | 71 | 4D | 65 | 0 | 20 | B | 38 | 140 | 13 | 25 |
| Octal | 161 | 115 | 145 | 0 | 40 | 13 | 70 | 500 | 23 | 45 |
| Binary | 1110001 | 1001101 | 1100101 | 0 | 100000 | 1011 | 111000 | 101000000 | 10011 | 100101 |
Color Harmonies of #714D65
Complementary color
Monochromatic Colors of #714D65
Black with #714D65
Text Example
Text Example
White with #714D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D65; }
p { color: rgb(113,77,101); }
H1.HeaderClassName
{
color: #714D65;
}
.AnyTagClassName
{
color: #714D65;
}
</style>
background-color css
<style>
a { background-color: #714D65; }
a { background-color: rgb(113,77,101); }
div.DivClassName
{
background-color: #714D65;
}
.BgClassName
{
background-color: #714D65;
}
</style>
border-color css
<style>
span { border-color: #714D65; }
span { border-color: rgb(113,77,101); }
td.TdClassName
{
border-color: #714D65;
}
.TagClassName
{
border-color: #714D65;
}
</style>