Shades of William #50706A
Tints of William #50706A
RGB
CMYK
RGB Variations
Color information
#50706A (or 0x50706A) is known color: William. HEX triplet: 50, 70 and 6A. RGB value is (80,112,106). Sum of RGB (Red+Green+Blue) = 80+112+106=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #50706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50706A is #AF8F95. Grayscale: #656565. Windows color (decimal): -11505558 or 6975568. OLE color: 6975568.
HSL color Cylindrical-coordinate representation of color #50706A: hue angle of 168.75º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50706A is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 106 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.56 |
| HSL | 168.75º | 0.17% | 0.38% | - |
| HSV(B) | 168.75º | 0.29% | 0.44% | - |
| XYZ | 11.7 | 14.33 | 15.79 | - |
| YUV | 101.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 106 | 0.29 | 0 | 0.05 | 0.56 | 168.75 | 0.17 | 0.38 |
| Hex | 50 | 70 | 6A | 1D | 0 | 5 | 38 | A9 | 11 | 26 |
| Octal | 120 | 160 | 152 | 35 | 0 | 5 | 70 | 251 | 21 | 46 |
| Binary | 1010000 | 1110000 | 1101010 | 11101 | 0 | 101 | 111000 | 10101001 | 10001 | 100110 |
Color Harmonies of #50706A
Complementary color
Monochromatic Colors of #50706A
Black with #50706A
Text Example
Text Example
White with #50706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50706A; }
p { color: rgb(80,112,106); }
H1.HeaderClassName
{
color: #50706A;
}
.AnyTagClassName
{
color: #50706A;
}
</style>
background-color css
<style>
a { background-color: #50706A; }
a { background-color: rgb(80,112,106); }
div.DivClassName
{
background-color: #50706A;
}
.BgClassName
{
background-color: #50706A;
}
</style>
border-color css
<style>
span { border-color: #50706A; }
span { border-color: rgb(80,112,106); }
td.TdClassName
{
border-color: #50706A;
}
.TagClassName
{
border-color: #50706A;
}
</style>