Shades of Cutty Sark #67877A
Tints of Cutty Sark #67877A
RGB
CMYK
RGB Variations
Color information
#67877A (or 0x67877A) is known color: Cutty Sark. HEX triplet: 67, 87 and 7A. RGB value is (103,135,122). Sum of RGB (Red+Green+Blue) = 103+135+122=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #67877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67877A is #987885. Grayscale: #7B7B7B. Windows color (decimal): -9992326 or 8030055. OLE color: 8030055.
HSL color Cylindrical-coordinate representation of color #67877A: hue angle of 155.62º 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 #67877A is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 135 | 122 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.47 |
| HSL | 155.63º | 0.13% | 0.47% | - |
| HSV(B) | 155.63º | 0.24% | 0.53% | - |
| XYZ | 17.77 | 21.62 | 21.65 | - |
| YUV | 123.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 135 | 122 | 0.24 | 0 | 0.10 | 0.47 | 155.63 | 0.13 | 0.47 |
| Hex | 67 | 87 | 7A | 18 | 0 | A | 2F | 9C | D | 2F |
| Octal | 147 | 207 | 172 | 30 | 0 | 12 | 57 | 234 | 15 | 57 |
| Binary | 1100111 | 10000111 | 1111010 | 11000 | 0 | 1010 | 101111 | 10011100 | 1101 | 101111 |
Color Harmonies of #67877A
Complementary color
Monochromatic Colors of #67877A
Black with #67877A
Text Example
Text Example
White with #67877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67877A; }
p { color: rgb(103,135,122); }
H1.HeaderClassName
{
color: #67877A;
}
.AnyTagClassName
{
color: #67877A;
}
</style>
background-color css
<style>
a { background-color: #67877A; }
a { background-color: rgb(103,135,122); }
div.DivClassName
{
background-color: #67877A;
}
.BgClassName
{
background-color: #67877A;
}
</style>
border-color css
<style>
span { border-color: #67877A; }
span { border-color: rgb(103,135,122); }
td.TdClassName
{
border-color: #67877A;
}
.TagClassName
{
border-color: #67877A;
}
</style>