Shades of Cutty Sark #657F73
Tints of Cutty Sark #657F73
RGB
CMYK
RGB Variations
Color information
#657F73 (or 0x657F73) is known color: Cutty Sark. HEX triplet: 65, 7F and 73. RGB value is (101,127,115). Sum of RGB (Red+Green+Blue) = 101+127+115=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 127 - color contains mainly: green. Hex color #657F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657F73 is #9A808C. Grayscale: #757575. Windows color (decimal): -10125453 or 7569253. OLE color: 7569253.
HSL color Cylindrical-coordinate representation of color #657F73: hue angle of 152.31º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #657F73 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 127 | 115 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.50 |
| HSL | 152.31º | 0.11% | 0.45% | - |
| HSV(B) | 152.31º | 0.2% | 0.5% | - |
| XYZ | 16.05 | 19.18 | 19.08 | - |
| YUV | 117.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 115 | 0.20 | 0 | 0.09 | 0.50 | 152.31 | 0.11 | 0.45 |
| Hex | 65 | 7F | 73 | 14 | 0 | 9 | 32 | 98 | B | 2D |
| Octal | 145 | 177 | 163 | 24 | 0 | 11 | 62 | 230 | 13 | 55 |
| Binary | 1100101 | 1111111 | 1110011 | 10100 | 0 | 1001 | 110010 | 10011000 | 1011 | 101101 |
Color Harmonies of #657F73
Complementary color
Monochromatic Colors of #657F73
Black with #657F73
Text Example
Text Example
White with #657F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F73; }
p { color: rgb(101,127,115); }
H1.HeaderClassName
{
color: #657F73;
}
.AnyTagClassName
{
color: #657F73;
}
</style>
background-color css
<style>
a { background-color: #657F73; }
a { background-color: rgb(101,127,115); }
div.DivClassName
{
background-color: #657F73;
}
.BgClassName
{
background-color: #657F73;
}
</style>
border-color css
<style>
span { border-color: #657F73; }
span { border-color: rgb(101,127,115); }
td.TdClassName
{
border-color: #657F73;
}
.TagClassName
{
border-color: #657F73;
}
</style>