Shades of William #54726B
Tints of William #54726B
RGB
CMYK
RGB Variations
Color information
#54726B (or 0x54726B) is known color: William. HEX triplet: 54, 72 and 6B. RGB value is (84,114,107). Sum of RGB (Red+Green+Blue) = 84+114+107=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #54726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54726B is #AB8D94. Grayscale: #686868. Windows color (decimal): -11242901 or 7041620. OLE color: 7041620.
HSL color Cylindrical-coordinate representation of color #54726B: hue angle of 166º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54726B is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 114 | 107 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.55 |
| HSL | 166º | 0.15% | 0.39% | - |
| HSV(B) | 166º | 0.26% | 0.45% | - |
| XYZ | 12.33 | 14.98 | 16.15 | - |
| YUV | 104.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 107 | 0.26 | 0 | 0.06 | 0.55 | 166 | 0.15 | 0.39 |
| Hex | 54 | 72 | 6B | 1A | 0 | 6 | 37 | A6 | F | 27 |
| Octal | 124 | 162 | 153 | 32 | 0 | 6 | 67 | 246 | 17 | 47 |
| Binary | 1010100 | 1110010 | 1101011 | 11010 | 0 | 110 | 110111 | 10100110 | 1111 | 100111 |
Color Harmonies of #54726B
Complementary color
Monochromatic Colors of #54726B
Black with #54726B
Text Example
Text Example
White with #54726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54726B; }
p { color: rgb(84,114,107); }
H1.HeaderClassName
{
color: #54726B;
}
.AnyTagClassName
{
color: #54726B;
}
</style>
background-color css
<style>
a { background-color: #54726B; }
a { background-color: rgb(84,114,107); }
div.DivClassName
{
background-color: #54726B;
}
.BgClassName
{
background-color: #54726B;
}
</style>
border-color css
<style>
span { border-color: #54726B; }
span { border-color: rgb(84,114,107); }
td.TdClassName
{
border-color: #54726B;
}
.TagClassName
{
border-color: #54726B;
}
</style>