Shades of William #58726A
Tints of William #58726A
RGB
CMYK
RGB Variations
Color information
#58726A (or 0x58726A) is known color: William. HEX triplet: 58, 72 and 6A. RGB value is (88,114,106). Sum of RGB (Red+Green+Blue) = 88+114+106=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #58726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58726A is #A78D95. Grayscale: #696969. Windows color (decimal): -10980758 or 6976088. OLE color: 6976088.
HSL color Cylindrical-coordinate representation of color #58726A: hue angle of 161.54º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58726A is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 114 | 106 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.55 |
| HSL | 161.54º | 0.13% | 0.4% | - |
| HSV(B) | 161.54º | 0.23% | 0.45% | - |
| XYZ | 12.64 | 15.15 | 15.89 | - |
| YUV | 105.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 114 | 106 | 0.23 | 0 | 0.07 | 0.55 | 161.54 | 0.13 | 0.4 |
| Hex | 58 | 72 | 6A | 17 | 0 | 7 | 37 | A2 | D | 28 |
| Octal | 130 | 162 | 152 | 27 | 0 | 7 | 67 | 242 | 15 | 50 |
| Binary | 1011000 | 1110010 | 1101010 | 10111 | 0 | 111 | 110111 | 10100010 | 1101 | 101000 |
Color Harmonies of #58726A
Complementary color
Monochromatic Colors of #58726A
Black with #58726A
Text Example
Text Example
White with #58726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58726A; }
p { color: rgb(88,114,106); }
H1.HeaderClassName
{
color: #58726A;
}
.AnyTagClassName
{
color: #58726A;
}
</style>
background-color css
<style>
a { background-color: #58726A; }
a { background-color: rgb(88,114,106); }
div.DivClassName
{
background-color: #58726A;
}
.BgClassName
{
background-color: #58726A;
}
</style>
border-color css
<style>
span { border-color: #58726A; }
span { border-color: rgb(88,114,106); }
td.TdClassName
{
border-color: #58726A;
}
.TagClassName
{
border-color: #58726A;
}
</style>