Shades of Cutty Sark #657E73
Tints of Cutty Sark #657E73
RGB
CMYK
RGB Variations
Color information
#657E73 (or 0x657E73) is known color: Cutty Sark. HEX triplet: 65, 7E and 73. RGB value is (101,126,115). Sum of RGB (Red+Green+Blue) = 101+126+115=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 126 - color contains mainly: green. Hex color #657E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657E73 is #9A818C. Grayscale: #757575. Windows color (decimal): -10125709 or 7568997. OLE color: 7568997.
HSL color Cylindrical-coordinate representation of color #657E73: hue angle of 153.6º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #657E73 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 126 | 115 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.51 |
| HSL | 153.6º | 0.11% | 0.45% | - |
| HSV(B) | 153.6º | 0.2% | 0.49% | - |
| XYZ | 15.92 | 18.93 | 19.03 | - |
| YUV | 117.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 115 | 0.20 | 0 | 0.09 | 0.51 | 153.6 | 0.11 | 0.45 |
| Hex | 65 | 7E | 73 | 14 | 0 | 9 | 33 | 9A | B | 2D |
| Octal | 145 | 176 | 163 | 24 | 0 | 11 | 63 | 232 | 13 | 55 |
| Binary | 1100101 | 1111110 | 1110011 | 10100 | 0 | 1001 | 110011 | 10011010 | 1011 | 101101 |
Color Harmonies of #657E73
Complementary color
Monochromatic Colors of #657E73
Black with #657E73
Text Example
Text Example
White with #657E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657E73; }
p { color: rgb(101,126,115); }
H1.HeaderClassName
{
color: #657E73;
}
.AnyTagClassName
{
color: #657E73;
}
</style>
background-color css
<style>
a { background-color: #657E73; }
a { background-color: rgb(101,126,115); }
div.DivClassName
{
background-color: #657E73;
}
.BgClassName
{
background-color: #657E73;
}
</style>
border-color css
<style>
span { border-color: #657E73; }
span { border-color: rgb(101,126,115); }
td.TdClassName
{
border-color: #657E73;
}
.TagClassName
{
border-color: #657E73;
}
</style>