Shades of Cosmic #724E65
Tints of Cosmic #724E65
RGB
CMYK
RGB Variations
Color information
#724E65 (or 0x724E65) is known color: Cosmic. HEX triplet: 72, 4E and 65. RGB value is (114,78,101). Sum of RGB (Red+Green+Blue) = 114+78+101=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #724E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E65 is #8DB19A. Grayscale: #5B5B5B. Windows color (decimal): -9286043 or 6639218. OLE color: 6639218.
HSL color Cylindrical-coordinate representation of color #724E65: hue angle of 321.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #724E65 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 101 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.55 |
| HSL | 321.67º | 0.19% | 0.38% | - |
| HSV(B) | 321.67º | 0.32% | 0.45% | - |
| XYZ | 12.01 | 9.97 | 13.6 | - |
| YUV | 91.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 101 | 0 | 0.32 | 0.11 | 0.55 | 321.67 | 0.19 | 0.38 |
| Hex | 72 | 4E | 65 | 0 | 20 | B | 37 | 142 | 13 | 26 |
| Octal | 162 | 116 | 145 | 0 | 40 | 13 | 67 | 502 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1100101 | 0 | 100000 | 1011 | 110111 | 101000010 | 10011 | 100110 |
Color Harmonies of #724E65
Complementary color
Monochromatic Colors of #724E65
Black with #724E65
Text Example
Text Example
White with #724E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E65; }
p { color: rgb(114,78,101); }
H1.HeaderClassName
{
color: #724E65;
}
.AnyTagClassName
{
color: #724E65;
}
</style>
background-color css
<style>
a { background-color: #724E65; }
a { background-color: rgb(114,78,101); }
div.DivClassName
{
background-color: #724E65;
}
.BgClassName
{
background-color: #724E65;
}
</style>
border-color css
<style>
span { border-color: #724E65; }
span { border-color: rgb(114,78,101); }
td.TdClassName
{
border-color: #724E65;
}
.TagClassName
{
border-color: #724E65;
}
</style>