Shades of Cosmic #725B67
Tints of Cosmic #725B67
RGB
CMYK
RGB Variations
Color information
#725B67 (or 0x725B67) is known color: Cosmic. HEX triplet: 72, 5B and 67. RGB value is (114,91,103). Sum of RGB (Red+Green+Blue) = 114+91+103=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #725B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B67 is #8DA498. Grayscale: #636363. Windows color (decimal): -9282713 or 6773618. OLE color: 6773618.
HSL color Cylindrical-coordinate representation of color #725B67: hue angle of 328.7º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #725B67 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 91 | 103 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.55 |
| HSL | 328.7º | 0.11% | 0.4% | - |
| HSV(B) | 328.7º | 0.2% | 0.45% | - |
| XYZ | 13.13 | 12.04 | 14.46 | - |
| YUV | 99.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 103 | 0 | 0.20 | 0.10 | 0.55 | 328.7 | 0.11 | 0.4 |
| Hex | 72 | 5B | 67 | 0 | 14 | A | 37 | 149 | B | 28 |
| Octal | 162 | 133 | 147 | 0 | 24 | 12 | 67 | 511 | 13 | 50 |
| Binary | 1110010 | 1011011 | 1100111 | 0 | 10100 | 1010 | 110111 | 101001001 | 1011 | 101000 |
Color Harmonies of #725B67
Complementary color
Monochromatic Colors of #725B67
Black with #725B67
Text Example
Text Example
White with #725B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B67; }
p { color: rgb(114,91,103); }
H1.HeaderClassName
{
color: #725B67;
}
.AnyTagClassName
{
color: #725B67;
}
</style>
background-color css
<style>
a { background-color: #725B67; }
a { background-color: rgb(114,91,103); }
div.DivClassName
{
background-color: #725B67;
}
.BgClassName
{
background-color: #725B67;
}
</style>
border-color css
<style>
span { border-color: #725B67; }
span { border-color: rgb(114,91,103); }
td.TdClassName
{
border-color: #725B67;
}
.TagClassName
{
border-color: #725B67;
}
</style>