Shades of Como #52765C
Tints of Como #52765C
RGB
CMYK
RGB Variations
Color information
#52765C (or 0x52765C) is known color: Como. HEX triplet: 52, 76 and 5C. RGB value is (82,118,92). Sum of RGB (Red+Green+Blue) = 82+118+92=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #52765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52765C is #AD89A3. Grayscale: #686868. Windows color (decimal): -11372964 or 6059602. OLE color: 6059602.
HSL color Cylindrical-coordinate representation of color #52765C: hue angle of 136.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #52765C is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 118 | 92 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.54 |
| HSL | 136.67º | 0.18% | 0.39% | - |
| HSV(B) | 136.67º | 0.31% | 0.46% | - |
| XYZ | 11.89 | 15.52 | 12.49 | - |
| YUV | 104.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 92 | 0.31 | 0 | 0.22 | 0.54 | 136.67 | 0.18 | 0.39 |
| Hex | 52 | 76 | 5C | 1F | 0 | 16 | 36 | 89 | 12 | 27 |
| Octal | 122 | 166 | 134 | 37 | 0 | 26 | 66 | 211 | 22 | 47 |
| Binary | 1010010 | 1110110 | 1011100 | 11111 | 0 | 10110 | 110110 | 10001001 | 10010 | 100111 |
Color Harmonies of #52765C
Complementary color
Monochromatic Colors of #52765C
Black with #52765C
Text Example
Text Example
White with #52765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52765C; }
p { color: rgb(82,118,92); }
H1.HeaderClassName
{
color: #52765C;
}
.AnyTagClassName
{
color: #52765C;
}
</style>
background-color css
<style>
a { background-color: #52765C; }
a { background-color: rgb(82,118,92); }
div.DivClassName
{
background-color: #52765C;
}
.BgClassName
{
background-color: #52765C;
}
</style>
border-color css
<style>
span { border-color: #52765C; }
span { border-color: rgb(82,118,92); }
td.TdClassName
{
border-color: #52765C;
}
.TagClassName
{
border-color: #52765C;
}
</style>