Shades of Cutty Sark #667F77
Tints of Cutty Sark #667F77
RGB
CMYK
RGB Variations
Color information
#667F77 (or 0x667F77) is known color: Cutty Sark. HEX triplet: 66, 7F and 77. RGB value is (102,127,119). Sum of RGB (Red+Green+Blue) = 102+127+119=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 127 - color contains mainly: green. Hex color #667F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F77 is #998088. Grayscale: #767676. Windows color (decimal): -10059913 or 7831398. OLE color: 7831398.
HSL color Cylindrical-coordinate representation of color #667F77: hue angle of 160.8º 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 #667F77 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 127 | 119 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.50 |
| HSL | 160.8º | 0.11% | 0.45% | - |
| HSV(B) | 160.8º | 0.2% | 0.5% | - |
| XYZ | 16.4 | 19.34 | 20.32 | - |
| YUV | 118.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 119 | 0.20 | 0 | 0.06 | 0.50 | 160.8 | 0.11 | 0.45 |
| Hex | 66 | 7F | 77 | 14 | 0 | 6 | 32 | A1 | B | 2D |
| Octal | 146 | 177 | 167 | 24 | 0 | 6 | 62 | 241 | 13 | 55 |
| Binary | 1100110 | 1111111 | 1110111 | 10100 | 0 | 110 | 110010 | 10100001 | 1011 | 101101 |
Color Harmonies of #667F77
Complementary color
Monochromatic Colors of #667F77
Black with #667F77
Text Example
Text Example
White with #667F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F77; }
p { color: rgb(102,127,119); }
H1.HeaderClassName
{
color: #667F77;
}
.AnyTagClassName
{
color: #667F77;
}
</style>
background-color css
<style>
a { background-color: #667F77; }
a { background-color: rgb(102,127,119); }
div.DivClassName
{
background-color: #667F77;
}
.BgClassName
{
background-color: #667F77;
}
</style>
border-color css
<style>
span { border-color: #667F77; }
span { border-color: rgb(102,127,119); }
td.TdClassName
{
border-color: #667F77;
}
.TagClassName
{
border-color: #667F77;
}
</style>