Shades of Cutty Sark #607A72
Tints of Cutty Sark #607A72
RGB
CMYK
RGB Variations
Color information
#607A72 (or 0x607A72) is known color: Cutty Sark. HEX triplet: 60, 7A and 72. RGB value is (96,122,114). Sum of RGB (Red+Green+Blue) = 96+122+114=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 122 - color contains mainly: green. Hex color #607A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A72 is #9F858D. Grayscale: #717171. Windows color (decimal): -10454414 or 7502432. OLE color: 7502432.
HSL color Cylindrical-coordinate representation of color #607A72: hue angle of 161.54º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607A72 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 122 | 114 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.52 |
| HSL | 161.54º | 0.12% | 0.43% | - |
| HSV(B) | 161.54º | 0.21% | 0.48% | - |
| XYZ | 14.82 | 17.62 | 18.54 | - |
| YUV | 113.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 114 | 0.21 | 0 | 0.07 | 0.52 | 161.54 | 0.12 | 0.43 |
| Hex | 60 | 7A | 72 | 15 | 0 | 7 | 34 | A2 | C | 2B |
| Octal | 140 | 172 | 162 | 25 | 0 | 7 | 64 | 242 | 14 | 53 |
| Binary | 1100000 | 1111010 | 1110010 | 10101 | 0 | 111 | 110100 | 10100010 | 1100 | 101011 |
Color Harmonies of #607A72
Complementary color
Monochromatic Colors of #607A72
Black with #607A72
Text Example
Text Example
White with #607A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A72; }
p { color: rgb(96,122,114); }
H1.HeaderClassName
{
color: #607A72;
}
.AnyTagClassName
{
color: #607A72;
}
</style>
background-color css
<style>
a { background-color: #607A72; }
a { background-color: rgb(96,122,114); }
div.DivClassName
{
background-color: #607A72;
}
.BgClassName
{
background-color: #607A72;
}
</style>
border-color css
<style>
span { border-color: #607A72; }
span { border-color: rgb(96,122,114); }
td.TdClassName
{
border-color: #607A72;
}
.TagClassName
{
border-color: #607A72;
}
</style>