Shades of Cutty Sark #6A7F76
Tints of Cutty Sark #6A7F76
RGB
CMYK
RGB Variations
Color information
#6A7F76 (or 0x6A7F76) is known color: Cutty Sark. HEX triplet: 6A, 7F and 76. RGB value is (106,127,118). Sum of RGB (Red+Green+Blue) = 106+127+118=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 127 - color contains mainly: green. Hex color #6A7F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7F76 is #958089. Grayscale: #777777. Windows color (decimal): -9797770 or 7765866. OLE color: 7765866.
HSL color Cylindrical-coordinate representation of color #6A7F76: hue angle of 154.29º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A7F76 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 106 | 127 | 118 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.50 |
| HSL | 154.29º | 0.09% | 0.46% | - |
| HSV(B) | 154.29º | 0.17% | 0.5% | - |
| XYZ | 16.8 | 19.55 | 20.03 | - |
| YUV | 119.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 127 | 118 | 0.17 | 0 | 0.07 | 0.50 | 154.29 | 0.09 | 0.46 |
| Hex | 6A | 7F | 76 | 11 | 0 | 7 | 32 | 9A | 9 | 2E |
| Octal | 152 | 177 | 166 | 21 | 0 | 7 | 62 | 232 | 11 | 56 |
| Binary | 1101010 | 1111111 | 1110110 | 10001 | 0 | 111 | 110010 | 10011010 | 1001 | 101110 |
Color Harmonies of #6A7F76
Complementary color
Monochromatic Colors of #6A7F76
Black with #6A7F76
Text Example
Text Example
White with #6A7F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7F76; }
p { color: rgb(106,127,118); }
H1.HeaderClassName
{
color: #6A7F76;
}
.AnyTagClassName
{
color: #6A7F76;
}
</style>
background-color css
<style>
a { background-color: #6A7F76; }
a { background-color: rgb(106,127,118); }
div.DivClassName
{
background-color: #6A7F76;
}
.BgClassName
{
background-color: #6A7F76;
}
</style>
border-color css
<style>
span { border-color: #6A7F76; }
span { border-color: rgb(106,127,118); }
td.TdClassName
{
border-color: #6A7F76;
}
.TagClassName
{
border-color: #6A7F76;
}
</style>