Shades of Cutty Sark #628C76
Tints of Cutty Sark #628C76
RGB
CMYK
RGB Variations
Color information
#628C76 (or 0x628C76) is known color: Cutty Sark. HEX triplet: 62, 8C and 76. RGB value is (98,140,118). Sum of RGB (Red+Green+Blue) = 98+140+118=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 140 - color contains mainly: green. Hex color #628C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628C76 is #9D7389. Grayscale: #7C7C7C. Windows color (decimal): -10318730 or 7769186. OLE color: 7769186.
HSL color Cylindrical-coordinate representation of color #628C76: hue angle of 148.57º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #628C76 is Cyan = 0.3, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 140 | 118 | - |
| CMYK | 0.3 | 0 | 0.16 | 0.45 |
| HSL | 148.57º | 0.18% | 0.47% | - |
| HSV(B) | 148.57º | 0.3% | 0.55% | - |
| XYZ | 17.69 | 22.66 | 20.58 | - |
| YUV | 124.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 118 | 0.3 | 0 | 0.16 | 0.45 | 148.57 | 0.18 | 0.47 |
| Hex | 62 | 8C | 76 | 1E | 0 | 10 | 2D | 95 | 12 | 2F |
| Octal | 142 | 214 | 166 | 36 | 0 | 20 | 55 | 225 | 22 | 57 |
| Binary | 1100010 | 10001100 | 1110110 | 11110 | 0 | 10000 | 101101 | 10010101 | 10010 | 101111 |
Color Harmonies of #628C76
Complementary color
Monochromatic Colors of #628C76
Black with #628C76
Text Example
Text Example
White with #628C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C76; }
p { color: rgb(98,140,118); }
H1.HeaderClassName
{
color: #628C76;
}
.AnyTagClassName
{
color: #628C76;
}
</style>
background-color css
<style>
a { background-color: #628C76; }
a { background-color: rgb(98,140,118); }
div.DivClassName
{
background-color: #628C76;
}
.BgClassName
{
background-color: #628C76;
}
</style>
border-color css
<style>
span { border-color: #628C76; }
span { border-color: rgb(98,140,118); }
td.TdClassName
{
border-color: #628C76;
}
.TagClassName
{
border-color: #628C76;
}
</style>