Shades of Cutty Sark #62756F
Tints of Cutty Sark #62756F
RGB
CMYK
RGB Variations
Color information
#62756F (or 0x62756F) is known color: Cutty Sark. HEX triplet: 62, 75 and 6F. RGB value is (98,117,111). Sum of RGB (Red+Green+Blue) = 98+117+111=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #62756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62756F is #9D8A90. Grayscale: #6E6E6E. Windows color (decimal): -10324625 or 7304546. OLE color: 7304546.
HSL color Cylindrical-coordinate representation of color #62756F: hue angle of 161.05º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #62756F is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 117 | 111 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.54 |
| HSL | 161.05º | 0.09% | 0.42% | - |
| HSV(B) | 161.05º | 0.16% | 0.46% | - |
| XYZ | 14.27 | 16.47 | 17.47 | - |
| YUV | 110.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 111 | 0.16 | 0 | 0.05 | 0.54 | 161.05 | 0.09 | 0.42 |
| Hex | 62 | 75 | 6F | 10 | 0 | 5 | 36 | A1 | 9 | 2A |
| Octal | 142 | 165 | 157 | 20 | 0 | 5 | 66 | 241 | 11 | 52 |
| Binary | 1100010 | 1110101 | 1101111 | 10000 | 0 | 101 | 110110 | 10100001 | 1001 | 101010 |
Color Harmonies of #62756F
Complementary color
Monochromatic Colors of #62756F
Black with #62756F
Text Example
Text Example
White with #62756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62756F; }
p { color: rgb(98,117,111); }
H1.HeaderClassName
{
color: #62756F;
}
.AnyTagClassName
{
color: #62756F;
}
</style>
background-color css
<style>
a { background-color: #62756F; }
a { background-color: rgb(98,117,111); }
div.DivClassName
{
background-color: #62756F;
}
.BgClassName
{
background-color: #62756F;
}
</style>
border-color css
<style>
span { border-color: #62756F; }
span { border-color: rgb(98,117,111); }
td.TdClassName
{
border-color: #62756F;
}
.TagClassName
{
border-color: #62756F;
}
</style>