Shades of Cutty Sark #657F76
Tints of Cutty Sark #657F76
RGB
CMYK
RGB Variations
Color information
#657F76 (or 0x657F76) is known color: Cutty Sark. HEX triplet: 65, 7F and 76. RGB value is (101,127,118). Sum of RGB (Red+Green+Blue) = 101+127+118=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 127 - color contains mainly: green. Hex color #657F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657F76 is #9A8089. Grayscale: #767676. Windows color (decimal): -10125450 or 7765861. OLE color: 7765861.
HSL color Cylindrical-coordinate representation of color #657F76: hue angle of 159.23º 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 #657F76 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 127 | 118 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.50 |
| HSL | 159.23º | 0.11% | 0.45% | - |
| HSV(B) | 159.23º | 0.2% | 0.5% | - |
| XYZ | 16.23 | 19.25 | 20 | - |
| YUV | 118.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 118 | 0.20 | 0 | 0.07 | 0.50 | 159.23 | 0.11 | 0.45 |
| Hex | 65 | 7F | 76 | 14 | 0 | 7 | 32 | 9F | B | 2D |
| Octal | 145 | 177 | 166 | 24 | 0 | 7 | 62 | 237 | 13 | 55 |
| Binary | 1100101 | 1111111 | 1110110 | 10100 | 0 | 111 | 110010 | 10011111 | 1011 | 101101 |
Color Harmonies of #657F76
Complementary color
Monochromatic Colors of #657F76
Black with #657F76
Text Example
Text Example
White with #657F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F76; }
p { color: rgb(101,127,118); }
H1.HeaderClassName
{
color: #657F76;
}
.AnyTagClassName
{
color: #657F76;
}
</style>
background-color css
<style>
a { background-color: #657F76; }
a { background-color: rgb(101,127,118); }
div.DivClassName
{
background-color: #657F76;
}
.BgClassName
{
background-color: #657F76;
}
</style>
border-color css
<style>
span { border-color: #657F76; }
span { border-color: rgb(101,127,118); }
td.TdClassName
{
border-color: #657F76;
}
.TagClassName
{
border-color: #657F76;
}
</style>