Shades of Cutty Sark #667F75
Tints of Cutty Sark #667F75
RGB
CMYK
RGB Variations
Color information
#667F75 (or 0x667F75) is known color: Cutty Sark. HEX triplet: 66, 7F and 75. RGB value is (102,127,117). Sum of RGB (Red+Green+Blue) = 102+127+117=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 127 - color contains mainly: green. Hex color #667F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F75 is #99808A. Grayscale: #767676. Windows color (decimal): -10059915 or 7700326. OLE color: 7700326.
HSL color Cylindrical-coordinate representation of color #667F75: hue angle of 156º 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 #667F75 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 127 | 117 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.50 |
| HSL | 156º | 0.11% | 0.45% | - |
| HSV(B) | 156º | 0.2% | 0.5% | - |
| XYZ | 16.28 | 19.29 | 19.69 | - |
| YUV | 118.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 117 | 0.20 | 0 | 0.08 | 0.50 | 156 | 0.11 | 0.45 |
| Hex | 66 | 7F | 75 | 14 | 0 | 8 | 32 | 9C | B | 2D |
| Octal | 146 | 177 | 165 | 24 | 0 | 10 | 62 | 234 | 13 | 55 |
| Binary | 1100110 | 1111111 | 1110101 | 10100 | 0 | 1000 | 110010 | 10011100 | 1011 | 101101 |
Color Harmonies of #667F75
Complementary color
Monochromatic Colors of #667F75
Black with #667F75
Text Example
Text Example
White with #667F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F75; }
p { color: rgb(102,127,117); }
H1.HeaderClassName
{
color: #667F75;
}
.AnyTagClassName
{
color: #667F75;
}
</style>
background-color css
<style>
a { background-color: #667F75; }
a { background-color: rgb(102,127,117); }
div.DivClassName
{
background-color: #667F75;
}
.BgClassName
{
background-color: #667F75;
}
</style>
border-color css
<style>
span { border-color: #667F75; }
span { border-color: rgb(102,127,117); }
td.TdClassName
{
border-color: #667F75;
}
.TagClassName
{
border-color: #667F75;
}
</style>