Shades of Cutty Sark #507F70
Tints of Cutty Sark #507F70
RGB
CMYK
RGB Variations
Color information
#507F70 (or 0x507F70) is known color: Cutty Sark. HEX triplet: 50, 7F and 70. RGB value is (80,127,112). Sum of RGB (Red+Green+Blue) = 80+127+112=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 127 - color contains mainly: green. Hex color #507F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F70 is #AF808F. Grayscale: #6F6F6F. Windows color (decimal): -11501712 or 7372624. OLE color: 7372624.
HSL color Cylindrical-coordinate representation of color #507F70: hue angle of 160.85º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F70 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 112 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.50 |
| HSL | 160.85º | 0.23% | 0.41% | - |
| HSV(B) | 160.85º | 0.37% | 0.5% | - |
| XYZ | 13.82 | 18.05 | 18.09 | - |
| YUV | 111.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 112 | 0.37 | 0 | 0.12 | 0.50 | 160.85 | 0.23 | 0.41 |
| Hex | 50 | 7F | 70 | 25 | 0 | C | 32 | A1 | 17 | 29 |
| Octal | 120 | 177 | 160 | 45 | 0 | 14 | 62 | 241 | 27 | 51 |
| Binary | 1010000 | 1111111 | 1110000 | 100101 | 0 | 1100 | 110010 | 10100001 | 10111 | 101001 |
Color Harmonies of #507F70
Complementary color
Monochromatic Colors of #507F70
Black with #507F70
Text Example
Text Example
White with #507F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F70; }
p { color: rgb(80,127,112); }
H1.HeaderClassName
{
color: #507F70;
}
.AnyTagClassName
{
color: #507F70;
}
</style>
background-color css
<style>
a { background-color: #507F70; }
a { background-color: rgb(80,127,112); }
div.DivClassName
{
background-color: #507F70;
}
.BgClassName
{
background-color: #507F70;
}
</style>
border-color css
<style>
span { border-color: #507F70; }
span { border-color: rgb(80,127,112); }
td.TdClassName
{
border-color: #507F70;
}
.TagClassName
{
border-color: #507F70;
}
</style>