Shades of Sirocco #6F887A
Tints of Sirocco #6F887A
RGB
CMYK
RGB Variations
Color information
#6F887A (or 0x6F887A) is known color: Sirocco. HEX triplet: 6F, 88 and 7A. RGB value is (111,136,122). Sum of RGB (Red+Green+Blue) = 111+136+122=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #6F887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F887A is #907785. Grayscale: #7E7E7E. Windows color (decimal): -9467782 or 8030319. OLE color: 8030319.
HSL color Cylindrical-coordinate representation of color #6F887A: hue angle of 146.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F887A is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 122 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.47 |
| HSL | 146.4º | 0.1% | 0.48% | - |
| HSV(B) | 146.4º | 0.18% | 0.53% | - |
| XYZ | 18.87 | 22.39 | 21.74 | - |
| YUV | 126.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 122 | 0.18 | 0 | 0.10 | 0.47 | 146.4 | 0.1 | 0.48 |
| Hex | 6F | 88 | 7A | 12 | 0 | A | 2F | 92 | A | 30 |
| Octal | 157 | 210 | 172 | 22 | 0 | 12 | 57 | 222 | 12 | 60 |
| Binary | 1101111 | 10001000 | 1111010 | 10010 | 0 | 1010 | 101111 | 10010010 | 1010 | 110000 |
Color Harmonies of #6F887A
Complementary color
Monochromatic Colors of #6F887A
Black with #6F887A
Text Example
Text Example
White with #6F887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F887A; }
p { color: rgb(111,136,122); }
H1.HeaderClassName
{
color: #6F887A;
}
.AnyTagClassName
{
color: #6F887A;
}
</style>
background-color css
<style>
a { background-color: #6F887A; }
a { background-color: rgb(111,136,122); }
div.DivClassName
{
background-color: #6F887A;
}
.BgClassName
{
background-color: #6F887A;
}
</style>
border-color css
<style>
span { border-color: #6F887A; }
span { border-color: rgb(111,136,122); }
td.TdClassName
{
border-color: #6F887A;
}
.TagClassName
{
border-color: #6F887A;
}
</style>