Shades of Cutty Sark #668077
Tints of Cutty Sark #668077
RGB
CMYK
RGB Variations
Color information
#668077 (or 0x668077) is known color: Cutty Sark. HEX triplet: 66, 80 and 77. RGB value is (102,128,119). Sum of RGB (Red+Green+Blue) = 102+128+119=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 128 - color contains mainly: green. Hex color #668077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668077 is #997F88. Grayscale: #777777. Windows color (decimal): -10059657 or 7831654. OLE color: 7831654.
HSL color Cylindrical-coordinate representation of color #668077: hue angle of 159.23º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #668077 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 128 | 119 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.50 |
| HSL | 159.23º | 0.11% | 0.45% | - |
| HSV(B) | 159.23º | 0.2% | 0.5% | - |
| XYZ | 16.53 | 19.6 | 20.36 | - |
| YUV | 119.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 119 | 0.20 | 0 | 0.07 | 0.50 | 159.23 | 0.11 | 0.45 |
| Hex | 66 | 80 | 77 | 14 | 0 | 7 | 32 | 9F | B | 2D |
| Octal | 146 | 200 | 167 | 24 | 0 | 7 | 62 | 237 | 13 | 55 |
| Binary | 1100110 | 10000000 | 1110111 | 10100 | 0 | 111 | 110010 | 10011111 | 1011 | 101101 |
Color Harmonies of #668077
Complementary color
Monochromatic Colors of #668077
Black with #668077
Text Example
Text Example
White with #668077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668077; }
p { color: rgb(102,128,119); }
H1.HeaderClassName
{
color: #668077;
}
.AnyTagClassName
{
color: #668077;
}
</style>
background-color css
<style>
a { background-color: #668077; }
a { background-color: rgb(102,128,119); }
div.DivClassName
{
background-color: #668077;
}
.BgClassName
{
background-color: #668077;
}
</style>
border-color css
<style>
span { border-color: #668077; }
span { border-color: rgb(102,128,119); }
td.TdClassName
{
border-color: #668077;
}
.TagClassName
{
border-color: #668077;
}
</style>