Shades of Cutty Sark #627F76
Tints of Cutty Sark #627F76
RGB
CMYK
RGB Variations
Color information
#627F76 (or 0x627F76) is known color: Cutty Sark. HEX triplet: 62, 7F and 76. RGB value is (98,127,118). Sum of RGB (Red+Green+Blue) = 98+127+118=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 127 - color contains mainly: green. Hex color #627F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627F76 is #9D8089. Grayscale: #757575. Windows color (decimal): -10322058 or 7765858. OLE color: 7765858.
HSL color Cylindrical-coordinate representation of color #627F76: hue angle of 161.38º 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 #627F76 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 127 | 118 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.50 |
| HSL | 161.38º | 0.13% | 0.44% | - |
| HSV(B) | 161.38º | 0.23% | 0.5% | - |
| XYZ | 15.9 | 19.08 | 19.99 | - |
| YUV | 117.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 118 | 0.23 | 0 | 0.07 | 0.50 | 161.38 | 0.13 | 0.44 |
| Hex | 62 | 7F | 76 | 17 | 0 | 7 | 32 | A1 | D | 2C |
| Octal | 142 | 177 | 166 | 27 | 0 | 7 | 62 | 241 | 15 | 54 |
| Binary | 1100010 | 1111111 | 1110110 | 10111 | 0 | 111 | 110010 | 10100001 | 1101 | 101100 |
Color Harmonies of #627F76
Complementary color
Monochromatic Colors of #627F76
Black with #627F76
Text Example
Text Example
White with #627F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627F76; }
p { color: rgb(98,127,118); }
H1.HeaderClassName
{
color: #627F76;
}
.AnyTagClassName
{
color: #627F76;
}
</style>
background-color css
<style>
a { background-color: #627F76; }
a { background-color: rgb(98,127,118); }
div.DivClassName
{
background-color: #627F76;
}
.BgClassName
{
background-color: #627F76;
}
</style>
border-color css
<style>
span { border-color: #627F76; }
span { border-color: rgb(98,127,118); }
td.TdClassName
{
border-color: #627F76;
}
.TagClassName
{
border-color: #627F76;
}
</style>