Shades of Sirocco #6E7C73
Tints of Sirocco #6E7C73
RGB
CMYK
RGB Variations
Color information
#6E7C73 (or 0x6E7C73) is known color: Sirocco. HEX triplet: 6E, 7C and 73. RGB value is (110,124,115). Sum of RGB (Red+Green+Blue) = 110+124+115=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 124 - color contains mainly: green. Hex color #6E7C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7C73 is #91838C. Grayscale: #767676. Windows color (decimal): -9536397 or 7568494. OLE color: 7568494.
HSL color Cylindrical-coordinate representation of color #6E7C73: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E7C73 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 124 | 115 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.51 |
| HSL | 141.43º | 0.06% | 0.46% | - |
| HSV(B) | 141.43º | 0.11% | 0.49% | - |
| XYZ | 16.73 | 18.97 | 19 | - |
| YUV | 118.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 124 | 115 | 0.11 | 0 | 0.07 | 0.51 | 141.43 | 0.06 | 0.46 |
| Hex | 6E | 7C | 73 | B | 0 | 7 | 33 | 8D | 6 | 2E |
| Octal | 156 | 174 | 163 | 13 | 0 | 7 | 63 | 215 | 6 | 56 |
| Binary | 1101110 | 1111100 | 1110011 | 1011 | 0 | 111 | 110011 | 10001101 | 110 | 101110 |
Color Harmonies of #6E7C73
Complementary color
Monochromatic Colors of #6E7C73
Black with #6E7C73
Text Example
Text Example
White with #6E7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7C73; }
p { color: rgb(110,124,115); }
H1.HeaderClassName
{
color: #6E7C73;
}
.AnyTagClassName
{
color: #6E7C73;
}
</style>
background-color css
<style>
a { background-color: #6E7C73; }
a { background-color: rgb(110,124,115); }
div.DivClassName
{
background-color: #6E7C73;
}
.BgClassName
{
background-color: #6E7C73;
}
</style>
border-color css
<style>
span { border-color: #6E7C73; }
span { border-color: rgb(110,124,115); }
td.TdClassName
{
border-color: #6E7C73;
}
.TagClassName
{
border-color: #6E7C73;
}
</style>