Shades of Cutty Sark #627F73
Tints of Cutty Sark #627F73
RGB
CMYK
RGB Variations
Color information
#627F73 (or 0x627F73) is known color: Cutty Sark. HEX triplet: 62, 7F and 73. RGB value is (98,127,115). Sum of RGB (Red+Green+Blue) = 98+127+115=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 127 - color contains mainly: green. Hex color #627F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627F73 is #9D808C. Grayscale: #747474. Windows color (decimal): -10322061 or 7569250. OLE color: 7569250.
HSL color Cylindrical-coordinate representation of color #627F73: hue angle of 155.17º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #627F73 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 127 | 115 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.50 |
| HSL | 155.17º | 0.13% | 0.44% | - |
| HSV(B) | 155.17º | 0.23% | 0.5% | - |
| XYZ | 15.72 | 19.01 | 19.06 | - |
| YUV | 116.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 115 | 0.23 | 0 | 0.09 | 0.50 | 155.17 | 0.13 | 0.44 |
| Hex | 62 | 7F | 73 | 17 | 0 | 9 | 32 | 9B | D | 2C |
| Octal | 142 | 177 | 163 | 27 | 0 | 11 | 62 | 233 | 15 | 54 |
| Binary | 1100010 | 1111111 | 1110011 | 10111 | 0 | 1001 | 110010 | 10011011 | 1101 | 101100 |
Color Harmonies of #627F73
Complementary color
Monochromatic Colors of #627F73
Black with #627F73
Text Example
Text Example
White with #627F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627F73; }
p { color: rgb(98,127,115); }
H1.HeaderClassName
{
color: #627F73;
}
.AnyTagClassName
{
color: #627F73;
}
</style>
background-color css
<style>
a { background-color: #627F73; }
a { background-color: rgb(98,127,115); }
div.DivClassName
{
background-color: #627F73;
}
.BgClassName
{
background-color: #627F73;
}
</style>
border-color css
<style>
span { border-color: #627F73; }
span { border-color: rgb(98,127,115); }
td.TdClassName
{
border-color: #627F73;
}
.TagClassName
{
border-color: #627F73;
}
</style>