Shades of Cutty Sark #657D73
Tints of Cutty Sark #657D73
RGB
CMYK
RGB Variations
Color information
#657D73 (or 0x657D73) is known color: Cutty Sark. HEX triplet: 65, 7D and 73. RGB value is (101,125,115). Sum of RGB (Red+Green+Blue) = 101+125+115=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 125 - color contains mainly: green. Hex color #657D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657D73 is #9A828C. Grayscale: #747474. Windows color (decimal): -10125965 or 7568741. OLE color: 7568741.
HSL color Cylindrical-coordinate representation of color #657D73: hue angle of 155º degrees, saturation: 0.11, 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 #657D73 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 125 | 115 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.51 |
| HSL | 155º | 0.11% | 0.44% | - |
| HSV(B) | 155º | 0.19% | 0.49% | - |
| XYZ | 15.79 | 18.67 | 18.99 | - |
| YUV | 116.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 115 | 0.19 | 0 | 0.08 | 0.51 | 155 | 0.11 | 0.44 |
| Hex | 65 | 7D | 73 | 13 | 0 | 8 | 33 | 9B | B | 2C |
| Octal | 145 | 175 | 163 | 23 | 0 | 10 | 63 | 233 | 13 | 54 |
| Binary | 1100101 | 1111101 | 1110011 | 10011 | 0 | 1000 | 110011 | 10011011 | 1011 | 101100 |
Color Harmonies of #657D73
Complementary color
Monochromatic Colors of #657D73
Black with #657D73
Text Example
Text Example
White with #657D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D73; }
p { color: rgb(101,125,115); }
H1.HeaderClassName
{
color: #657D73;
}
.AnyTagClassName
{
color: #657D73;
}
</style>
background-color css
<style>
a { background-color: #657D73; }
a { background-color: rgb(101,125,115); }
div.DivClassName
{
background-color: #657D73;
}
.BgClassName
{
background-color: #657D73;
}
</style>
border-color css
<style>
span { border-color: #657D73; }
span { border-color: rgb(101,125,115); }
td.TdClassName
{
border-color: #657D73;
}
.TagClassName
{
border-color: #657D73;
}
</style>