Shades of Cutty Sark #627E74
Tints of Cutty Sark #627E74
RGB
CMYK
RGB Variations
Color information
#627E74 (or 0x627E74) is known color: Cutty Sark. HEX triplet: 62, 7E and 74. RGB value is (98,126,116). Sum of RGB (Red+Green+Blue) = 98+126+116=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 126 - color contains mainly: green. Hex color #627E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627E74 is #9D818B. Grayscale: #747474. Windows color (decimal): -10322316 or 7634530. OLE color: 7634530.
HSL color Cylindrical-coordinate representation of color #627E74: hue angle of 158.57º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #627E74 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 126 | 116 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.51 |
| HSL | 158.57º | 0.13% | 0.44% | - |
| HSV(B) | 158.57º | 0.22% | 0.49% | - |
| XYZ | 15.65 | 18.78 | 19.32 | - |
| YUV | 116.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 116 | 0.22 | 0 | 0.08 | 0.51 | 158.57 | 0.13 | 0.44 |
| Hex | 62 | 7E | 74 | 16 | 0 | 8 | 33 | 9F | C | 2C |
| Octal | 142 | 176 | 164 | 26 | 0 | 10 | 63 | 237 | 14 | 54 |
| Binary | 1100010 | 1111110 | 1110100 | 10110 | 0 | 1000 | 110011 | 10011111 | 1100 | 101100 |
Color Harmonies of #627E74
Complementary color
Monochromatic Colors of #627E74
Black with #627E74
Text Example
Text Example
White with #627E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627E74; }
p { color: rgb(98,126,116); }
H1.HeaderClassName
{
color: #627E74;
}
.AnyTagClassName
{
color: #627E74;
}
</style>
background-color css
<style>
a { background-color: #627E74; }
a { background-color: rgb(98,126,116); }
div.DivClassName
{
background-color: #627E74;
}
.BgClassName
{
background-color: #627E74;
}
</style>
border-color css
<style>
span { border-color: #627E74; }
span { border-color: rgb(98,126,116); }
td.TdClassName
{
border-color: #627E74;
}
.TagClassName
{
border-color: #627E74;
}
</style>