Shades of Cutty Sark #607F78
Tints of Cutty Sark #607F78
RGB
CMYK
RGB Variations
Color information
#607F78 (or 0x607F78) is known color: Cutty Sark. HEX triplet: 60, 7F and 78. RGB value is (96,127,120). Sum of RGB (Red+Green+Blue) = 96+127+120=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 127 - color contains mainly: green. Hex color #607F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F78 is #9F8087. Grayscale: #747474. Windows color (decimal): -10453128 or 7896928. OLE color: 7896928.
HSL color Cylindrical-coordinate representation of color #607F78: hue angle of 166.45º 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 #607F78 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 120 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.50 |
| HSL | 166.45º | 0.14% | 0.44% | - |
| HSV(B) | 166.45º | 0.24% | 0.5% | - |
| XYZ | 15.8 | 19.02 | 20.61 | - |
| YUV | 116.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 120 | 0.24 | 0 | 0.06 | 0.50 | 166.45 | 0.14 | 0.44 |
| Hex | 60 | 7F | 78 | 18 | 0 | 6 | 32 | A6 | E | 2C |
| Octal | 140 | 177 | 170 | 30 | 0 | 6 | 62 | 246 | 16 | 54 |
| Binary | 1100000 | 1111111 | 1111000 | 11000 | 0 | 110 | 110010 | 10100110 | 1110 | 101100 |
Color Harmonies of #607F78
Complementary color
Monochromatic Colors of #607F78
Black with #607F78
Text Example
Text Example
White with #607F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F78; }
p { color: rgb(96,127,120); }
H1.HeaderClassName
{
color: #607F78;
}
.AnyTagClassName
{
color: #607F78;
}
</style>
background-color css
<style>
a { background-color: #607F78; }
a { background-color: rgb(96,127,120); }
div.DivClassName
{
background-color: #607F78;
}
.BgClassName
{
background-color: #607F78;
}
</style>
border-color css
<style>
span { border-color: #607F78; }
span { border-color: rgb(96,127,120); }
td.TdClassName
{
border-color: #607F78;
}
.TagClassName
{
border-color: #607F78;
}
</style>