Shades of Cosmic #724B65
Tints of Cosmic #724B65
RGB
CMYK
RGB Variations
Color information
#724B65 (or 0x724B65) is known color: Cosmic. HEX triplet: 72, 4B and 65. RGB value is (114,75,101). Sum of RGB (Red+Green+Blue) = 114+75+101=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #724B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724B65 is #8DB49A. Grayscale: #595959. Windows color (decimal): -9286811 or 6638450. OLE color: 6638450.
HSL color Cylindrical-coordinate representation of color #724B65: hue angle of 320º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #724B65 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 75 | 101 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.55 |
| HSL | 320º | 0.21% | 0.37% | - |
| HSV(B) | 320º | 0.34% | 0.45% | - |
| XYZ | 11.8 | 9.55 | 13.53 | - |
| YUV | 89.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 101 | 0 | 0.34 | 0.11 | 0.55 | 320 | 0.21 | 0.37 |
| Hex | 72 | 4B | 65 | 0 | 22 | B | 37 | 140 | 15 | 25 |
| Octal | 162 | 113 | 145 | 0 | 42 | 13 | 67 | 500 | 25 | 45 |
| Binary | 1110010 | 1001011 | 1100101 | 0 | 100010 | 1011 | 110111 | 101000000 | 10101 | 100101 |
Color Harmonies of #724B65
Complementary color
Monochromatic Colors of #724B65
Black with #724B65
Text Example
Text Example
White with #724B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B65; }
p { color: rgb(114,75,101); }
H1.HeaderClassName
{
color: #724B65;
}
.AnyTagClassName
{
color: #724B65;
}
</style>
background-color css
<style>
a { background-color: #724B65; }
a { background-color: rgb(114,75,101); }
div.DivClassName
{
background-color: #724B65;
}
.BgClassName
{
background-color: #724B65;
}
</style>
border-color css
<style>
span { border-color: #724B65; }
span { border-color: rgb(114,75,101); }
td.TdClassName
{
border-color: #724B65;
}
.TagClassName
{
border-color: #724B65;
}
</style>