Shades of Cutty Sark #67857B
Tints of Cutty Sark #67857B
RGB
CMYK
RGB Variations
Color information
#67857B (or 0x67857B) is known color: Cutty Sark. HEX triplet: 67, 85 and 7B. RGB value is (103,133,123). Sum of RGB (Red+Green+Blue) = 103+133+123=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #67857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67857B is #987A84. Grayscale: #7A7A7A. Windows color (decimal): -9992837 or 8095079. OLE color: 8095079.
HSL color Cylindrical-coordinate representation of color #67857B: hue angle of 160º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67857B is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 123 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.48 |
| HSL | 160º | 0.13% | 0.46% | - |
| HSV(B) | 160º | 0.23% | 0.52% | - |
| XYZ | 17.56 | 21.09 | 21.88 | - |
| YUV | 122.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 123 | 0.23 | 0 | 0.08 | 0.48 | 160 | 0.13 | 0.46 |
| Hex | 67 | 85 | 7B | 17 | 0 | 8 | 30 | A0 | D | 2E |
| Octal | 147 | 205 | 173 | 27 | 0 | 10 | 60 | 240 | 15 | 56 |
| Binary | 1100111 | 10000101 | 1111011 | 10111 | 0 | 1000 | 110000 | 10100000 | 1101 | 101110 |
Color Harmonies of #67857B
Complementary color
Monochromatic Colors of #67857B
Black with #67857B
Text Example
Text Example
White with #67857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67857B; }
p { color: rgb(103,133,123); }
H1.HeaderClassName
{
color: #67857B;
}
.AnyTagClassName
{
color: #67857B;
}
</style>
background-color css
<style>
a { background-color: #67857B; }
a { background-color: rgb(103,133,123); }
div.DivClassName
{
background-color: #67857B;
}
.BgClassName
{
background-color: #67857B;
}
</style>
border-color css
<style>
span { border-color: #67857B; }
span { border-color: rgb(103,133,123); }
td.TdClassName
{
border-color: #67857B;
}
.TagClassName
{
border-color: #67857B;
}
</style>