Shades of Cosmic #714F64
Tints of Cosmic #714F64
RGB
CMYK
RGB Variations
Color information
#714F64 (or 0x714F64) is known color: Cosmic. HEX triplet: 71, 4F and 64. RGB value is (113,79,100). Sum of RGB (Red+Green+Blue) = 113+79+100=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #714F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F64 is #8EB09B. Grayscale: #5B5B5B. Windows color (decimal): -9351324 or 6573937. OLE color: 6573937.
HSL color Cylindrical-coordinate representation of color #714F64: hue angle of 322.94º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #714F64 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 100 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.56 |
| HSL | 322.94º | 0.18% | 0.38% | - |
| HSV(B) | 322.94º | 0.3% | 0.44% | - |
| XYZ | 11.91 | 10.02 | 13.36 | - |
| YUV | 91.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 100 | 0 | 0.30 | 0.12 | 0.56 | 322.94 | 0.18 | 0.38 |
| Hex | 71 | 4F | 64 | 0 | 1E | C | 38 | 143 | 12 | 26 |
| Octal | 161 | 117 | 144 | 0 | 36 | 14 | 70 | 503 | 22 | 46 |
| Binary | 1110001 | 1001111 | 1100100 | 0 | 11110 | 1100 | 111000 | 101000011 | 10010 | 100110 |
Color Harmonies of #714F64
Complementary color
Monochromatic Colors of #714F64
Black with #714F64
Text Example
Text Example
White with #714F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F64; }
p { color: rgb(113,79,100); }
H1.HeaderClassName
{
color: #714F64;
}
.AnyTagClassName
{
color: #714F64;
}
</style>
background-color css
<style>
a { background-color: #714F64; }
a { background-color: rgb(113,79,100); }
div.DivClassName
{
background-color: #714F64;
}
.BgClassName
{
background-color: #714F64;
}
</style>
border-color css
<style>
span { border-color: #714F64; }
span { border-color: rgb(113,79,100); }
td.TdClassName
{
border-color: #714F64;
}
.TagClassName
{
border-color: #714F64;
}
</style>