Shades of Cutty Sark #678777
Tints of Cutty Sark #678777
RGB
CMYK
RGB Variations
Color information
#678777 (or 0x678777) is known color: Cutty Sark. HEX triplet: 67, 87 and 77. RGB value is (103,135,119). Sum of RGB (Red+Green+Blue) = 103+135+119=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #678777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678777 is #987888. Grayscale: #7B7B7B. Windows color (decimal): -9992329 or 7833447. OLE color: 7833447.
HSL color Cylindrical-coordinate representation of color #678777: hue angle of 150º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #678777 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 135 | 119 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.47 |
| HSL | 150º | 0.13% | 0.47% | - |
| HSV(B) | 150º | 0.24% | 0.53% | - |
| XYZ | 17.59 | 21.54 | 20.68 | - |
| YUV | 123.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 135 | 119 | 0.24 | 0 | 0.12 | 0.47 | 150 | 0.13 | 0.47 |
| Hex | 67 | 87 | 77 | 18 | 0 | C | 2F | 96 | D | 2F |
| Octal | 147 | 207 | 167 | 30 | 0 | 14 | 57 | 226 | 15 | 57 |
| Binary | 1100111 | 10000111 | 1110111 | 11000 | 0 | 1100 | 101111 | 10010110 | 1101 | 101111 |
Color Harmonies of #678777
Complementary color
Monochromatic Colors of #678777
Black with #678777
Text Example
Text Example
White with #678777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678777; }
p { color: rgb(103,135,119); }
H1.HeaderClassName
{
color: #678777;
}
.AnyTagClassName
{
color: #678777;
}
</style>
background-color css
<style>
a { background-color: #678777; }
a { background-color: rgb(103,135,119); }
div.DivClassName
{
background-color: #678777;
}
.BgClassName
{
background-color: #678777;
}
</style>
border-color css
<style>
span { border-color: #678777; }
span { border-color: rgb(103,135,119); }
td.TdClassName
{
border-color: #678777;
}
.TagClassName
{
border-color: #678777;
}
</style>