Shades of Cutty Sark #657C73
Tints of Cutty Sark #657C73
RGB
CMYK
RGB Variations
Color information
#657C73 (or 0x657C73) is known color: Cutty Sark. HEX triplet: 65, 7C and 73. RGB value is (101,124,115). Sum of RGB (Red+Green+Blue) = 101+124+115=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 124 - color contains mainly: green. Hex color #657C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657C73 is #9A838C. Grayscale: #747474. Windows color (decimal): -10126221 or 7568485. OLE color: 7568485.
HSL color Cylindrical-coordinate representation of color #657C73: hue angle of 156.52º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #657C73 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 124 | 115 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.51 |
| HSL | 156.52º | 0.1% | 0.44% | - |
| HSV(B) | 156.52º | 0.19% | 0.49% | - |
| XYZ | 15.67 | 18.42 | 18.95 | - |
| YUV | 116.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 115 | 0.19 | 0 | 0.07 | 0.51 | 156.52 | 0.1 | 0.44 |
| Hex | 65 | 7C | 73 | 13 | 0 | 7 | 33 | 9D | A | 2C |
| Octal | 145 | 174 | 163 | 23 | 0 | 7 | 63 | 235 | 12 | 54 |
| Binary | 1100101 | 1111100 | 1110011 | 10011 | 0 | 111 | 110011 | 10011101 | 1010 | 101100 |
Color Harmonies of #657C73
Complementary color
Monochromatic Colors of #657C73
Black with #657C73
Text Example
Text Example
White with #657C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657C73; }
p { color: rgb(101,124,115); }
H1.HeaderClassName
{
color: #657C73;
}
.AnyTagClassName
{
color: #657C73;
}
</style>
background-color css
<style>
a { background-color: #657C73; }
a { background-color: rgb(101,124,115); }
div.DivClassName
{
background-color: #657C73;
}
.BgClassName
{
background-color: #657C73;
}
</style>
border-color css
<style>
span { border-color: #657C73; }
span { border-color: rgb(101,124,115); }
td.TdClassName
{
border-color: #657C73;
}
.TagClassName
{
border-color: #657C73;
}
</style>