Shades of Cutty Sark #607F77
Tints of Cutty Sark #607F77
RGB
CMYK
RGB Variations
Color information
#607F77 (or 0x607F77) is known color: Cutty Sark. HEX triplet: 60, 7F and 77. RGB value is (96,127,119). Sum of RGB (Red+Green+Blue) = 96+127+119=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 127 - color contains mainly: green. Hex color #607F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F77 is #9F8088. Grayscale: #747474. Windows color (decimal): -10453129 or 7831392. OLE color: 7831392.
HSL color Cylindrical-coordinate representation of color #607F77: hue angle of 164.52º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607F77 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 119 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.50 |
| HSL | 164.52º | 0.14% | 0.44% | - |
| HSV(B) | 164.52º | 0.24% | 0.5% | - |
| XYZ | 15.74 | 19 | 20.29 | - |
| YUV | 116.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 119 | 0.24 | 0 | 0.06 | 0.50 | 164.52 | 0.14 | 0.44 |
| Hex | 60 | 7F | 77 | 18 | 0 | 6 | 32 | A5 | E | 2C |
| Octal | 140 | 177 | 167 | 30 | 0 | 6 | 62 | 245 | 16 | 54 |
| Binary | 1100000 | 1111111 | 1110111 | 11000 | 0 | 110 | 110010 | 10100101 | 1110 | 101100 |
Color Harmonies of #607F77
Complementary color
Monochromatic Colors of #607F77
Black with #607F77
Text Example
Text Example
White with #607F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F77; }
p { color: rgb(96,127,119); }
H1.HeaderClassName
{
color: #607F77;
}
.AnyTagClassName
{
color: #607F77;
}
</style>
background-color css
<style>
a { background-color: #607F77; }
a { background-color: rgb(96,127,119); }
div.DivClassName
{
background-color: #607F77;
}
.BgClassName
{
background-color: #607F77;
}
</style>
border-color css
<style>
span { border-color: #607F77; }
span { border-color: rgb(96,127,119); }
td.TdClassName
{
border-color: #607F77;
}
.TagClassName
{
border-color: #607F77;
}
</style>