Shades of Como #50765D
Tints of Como #50765D
RGB
CMYK
RGB Variations
Color information
#50765D (or 0x50765D) is known color: Como. HEX triplet: 50, 76 and 5D. RGB value is (80,118,93). Sum of RGB (Red+Green+Blue) = 80+118+93=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #50765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50765D is #AF89A2. Grayscale: #676767. Windows color (decimal): -11504035 or 6125136. OLE color: 6125136.
HSL color Cylindrical-coordinate representation of color #50765D: hue angle of 140.53º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50765D is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 118 | 93 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.54 |
| HSL | 140.53º | 0.19% | 0.39% | - |
| HSV(B) | 140.53º | 0.32% | 0.46% | - |
| XYZ | 11.76 | 15.45 | 12.72 | - |
| YUV | 103.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 93 | 0.32 | 0 | 0.21 | 0.54 | 140.53 | 0.19 | 0.39 |
| Hex | 50 | 76 | 5D | 20 | 0 | 15 | 36 | 8D | 13 | 27 |
| Octal | 120 | 166 | 135 | 40 | 0 | 25 | 66 | 215 | 23 | 47 |
| Binary | 1010000 | 1110110 | 1011101 | 100000 | 0 | 10101 | 110110 | 10001101 | 10011 | 100111 |
Color Harmonies of #50765D
Complementary color
Monochromatic Colors of #50765D
Black with #50765D
Text Example
Text Example
White with #50765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50765D; }
p { color: rgb(80,118,93); }
H1.HeaderClassName
{
color: #50765D;
}
.AnyTagClassName
{
color: #50765D;
}
</style>
background-color css
<style>
a { background-color: #50765D; }
a { background-color: rgb(80,118,93); }
div.DivClassName
{
background-color: #50765D;
}
.BgClassName
{
background-color: #50765D;
}
</style>
border-color css
<style>
span { border-color: #50765D; }
span { border-color: rgb(80,118,93); }
td.TdClassName
{
border-color: #50765D;
}
.TagClassName
{
border-color: #50765D;
}
</style>