Shades of Cutty Sark #5C766B
Tints of Cutty Sark #5C766B
RGB
CMYK
RGB Variations
Color information
#5C766B (or 0x5C766B) is known color: Cutty Sark. HEX triplet: 5C, 76 and 6B. RGB value is (92,118,107). Sum of RGB (Red+Green+Blue) = 92+118+107=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 118 - color contains mainly: green. Hex color #5C766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C766B is #A38994. Grayscale: #6C6C6C. Windows color (decimal): -10717589 or 7042652. OLE color: 7042652.
HSL color Cylindrical-coordinate representation of color #5C766B: hue angle of 154.62º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C766B is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 118 | 107 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.54 |
| HSL | 154.62º | 0.12% | 0.41% | - |
| HSV(B) | 154.62º | 0.22% | 0.46% | - |
| XYZ | 13.55 | 16.29 | 16.34 | - |
| YUV | 108.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 107 | 0.22 | 0 | 0.09 | 0.54 | 154.62 | 0.12 | 0.41 |
| Hex | 5C | 76 | 6B | 16 | 0 | 9 | 36 | 9B | C | 29 |
| Octal | 134 | 166 | 153 | 26 | 0 | 11 | 66 | 233 | 14 | 51 |
| Binary | 1011100 | 1110110 | 1101011 | 10110 | 0 | 1001 | 110110 | 10011011 | 1100 | 101001 |
Color Harmonies of #5C766B
Complementary color
Monochromatic Colors of #5C766B
Black with #5C766B
Text Example
Text Example
White with #5C766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C766B; }
p { color: rgb(92,118,107); }
H1.HeaderClassName
{
color: #5C766B;
}
.AnyTagClassName
{
color: #5C766B;
}
</style>
background-color css
<style>
a { background-color: #5C766B; }
a { background-color: rgb(92,118,107); }
div.DivClassName
{
background-color: #5C766B;
}
.BgClassName
{
background-color: #5C766B;
}
</style>
border-color css
<style>
span { border-color: #5C766B; }
span { border-color: rgb(92,118,107); }
td.TdClassName
{
border-color: #5C766B;
}
.TagClassName
{
border-color: #5C766B;
}
</style>