Shades of Cosmic #725A67
Tints of Cosmic #725A67
RGB
CMYK
RGB Variations
Color information
#725A67 (or 0x725A67) is known color: Cosmic. HEX triplet: 72, 5A and 67. RGB value is (114,90,103). Sum of RGB (Red+Green+Blue) = 114+90+103=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #725A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A67 is #8DA598. Grayscale: #626262. Windows color (decimal): -9282969 or 6773362. OLE color: 6773362.
HSL color Cylindrical-coordinate representation of color #725A67: hue angle of 327.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #725A67 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 103 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.55 |
| HSL | 327.5º | 0.12% | 0.4% | - |
| HSV(B) | 327.5º | 0.21% | 0.45% | - |
| XYZ | 13.04 | 11.87 | 14.44 | - |
| YUV | 98.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 103 | 0 | 0.21 | 0.10 | 0.55 | 327.5 | 0.12 | 0.4 |
| Hex | 72 | 5A | 67 | 0 | 15 | A | 37 | 148 | C | 28 |
| Octal | 162 | 132 | 147 | 0 | 25 | 12 | 67 | 510 | 14 | 50 |
| Binary | 1110010 | 1011010 | 1100111 | 0 | 10101 | 1010 | 110111 | 101001000 | 1100 | 101000 |
Color Harmonies of #725A67
Complementary color
Monochromatic Colors of #725A67
Black with #725A67
Text Example
Text Example
White with #725A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A67; }
p { color: rgb(114,90,103); }
H1.HeaderClassName
{
color: #725A67;
}
.AnyTagClassName
{
color: #725A67;
}
</style>
background-color css
<style>
a { background-color: #725A67; }
a { background-color: rgb(114,90,103); }
div.DivClassName
{
background-color: #725A67;
}
.BgClassName
{
background-color: #725A67;
}
</style>
border-color css
<style>
span { border-color: #725A67; }
span { border-color: rgb(114,90,103); }
td.TdClassName
{
border-color: #725A67;
}
.TagClassName
{
border-color: #725A67;
}
</style>