Shades of Cutty Sark #627F74
Tints of Cutty Sark #627F74
RGB
CMYK
RGB Variations
Color information
#627F74 (or 0x627F74) is known color: Cutty Sark. HEX triplet: 62, 7F and 74. RGB value is (98,127,116). Sum of RGB (Red+Green+Blue) = 98+127+116=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 127 - color contains mainly: green. Hex color #627F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627F74 is #9D808B. Grayscale: #757575. Windows color (decimal): -10322060 or 7634786. OLE color: 7634786.
HSL color Cylindrical-coordinate representation of color #627F74: hue angle of 157.24º 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 #627F74 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 127 | 116 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.50 |
| HSL | 157.24º | 0.13% | 0.44% | - |
| HSV(B) | 157.24º | 0.23% | 0.5% | - |
| XYZ | 15.78 | 19.04 | 19.37 | - |
| YUV | 117.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 116 | 0.23 | 0 | 0.09 | 0.50 | 157.24 | 0.13 | 0.44 |
| Hex | 62 | 7F | 74 | 17 | 0 | 9 | 32 | 9D | D | 2C |
| Octal | 142 | 177 | 164 | 27 | 0 | 11 | 62 | 235 | 15 | 54 |
| Binary | 1100010 | 1111111 | 1110100 | 10111 | 0 | 1001 | 110010 | 10011101 | 1101 | 101100 |
Color Harmonies of #627F74
Complementary color
Monochromatic Colors of #627F74
Black with #627F74
Text Example
Text Example
White with #627F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627F74; }
p { color: rgb(98,127,116); }
H1.HeaderClassName
{
color: #627F74;
}
.AnyTagClassName
{
color: #627F74;
}
</style>
background-color css
<style>
a { background-color: #627F74; }
a { background-color: rgb(98,127,116); }
div.DivClassName
{
background-color: #627F74;
}
.BgClassName
{
background-color: #627F74;
}
</style>
border-color css
<style>
span { border-color: #627F74; }
span { border-color: rgb(98,127,116); }
td.TdClassName
{
border-color: #627F74;
}
.TagClassName
{
border-color: #627F74;
}
</style>