Shades of William #58746C
Tints of William #58746C
RGB
CMYK
RGB Variations
Color information
#58746C (or 0x58746C) is known color: William. HEX triplet: 58, 74 and 6C. RGB value is (88,116,108). Sum of RGB (Red+Green+Blue) = 88+116+108=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #58746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58746C is #A78B93. Grayscale: #6A6A6A. Windows color (decimal): -10980244 or 7107672. OLE color: 7107672.
HSL color Cylindrical-coordinate representation of color #58746C: hue angle of 162.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #58746C is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 116 | 108 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.55 |
| HSL | 162.86º | 0.14% | 0.4% | - |
| HSV(B) | 162.86º | 0.24% | 0.45% | - |
| XYZ | 12.98 | 15.65 | 16.52 | - |
| YUV | 106.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 116 | 108 | 0.24 | 0 | 0.07 | 0.55 | 162.86 | 0.14 | 0.4 |
| Hex | 58 | 74 | 6C | 18 | 0 | 7 | 37 | A3 | E | 28 |
| Octal | 130 | 164 | 154 | 30 | 0 | 7 | 67 | 243 | 16 | 50 |
| Binary | 1011000 | 1110100 | 1101100 | 11000 | 0 | 111 | 110111 | 10100011 | 1110 | 101000 |
Color Harmonies of #58746C
Complementary color
Monochromatic Colors of #58746C
Black with #58746C
Text Example
Text Example
White with #58746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58746C; }
p { color: rgb(88,116,108); }
H1.HeaderClassName
{
color: #58746C;
}
.AnyTagClassName
{
color: #58746C;
}
</style>
background-color css
<style>
a { background-color: #58746C; }
a { background-color: rgb(88,116,108); }
div.DivClassName
{
background-color: #58746C;
}
.BgClassName
{
background-color: #58746C;
}
</style>
border-color css
<style>
span { border-color: #58746C; }
span { border-color: rgb(88,116,108); }
td.TdClassName
{
border-color: #58746C;
}
.TagClassName
{
border-color: #58746C;
}
</style>