Shades of Sirocco #6F887B
Tints of Sirocco #6F887B
RGB
CMYK
RGB Variations
Color information
#6F887B (or 0x6F887B) is known color: Sirocco. HEX triplet: 6F, 88 and 7B. RGB value is (111,136,123). Sum of RGB (Red+Green+Blue) = 111+136+123=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #6F887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F887B is #907784. Grayscale: #7F7F7F. Windows color (decimal): -9467781 or 8095855. OLE color: 8095855.
HSL color Cylindrical-coordinate representation of color #6F887B: hue angle of 148.8º 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 #6F887B is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 123 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.47 |
| HSL | 148.8º | 0.1% | 0.48% | - |
| HSV(B) | 148.8º | 0.18% | 0.53% | - |
| XYZ | 18.93 | 22.42 | 22.07 | - |
| YUV | 127.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 123 | 0.18 | 0 | 0.10 | 0.47 | 148.8 | 0.1 | 0.48 |
| Hex | 6F | 88 | 7B | 12 | 0 | A | 2F | 95 | A | 30 |
| Octal | 157 | 210 | 173 | 22 | 0 | 12 | 57 | 225 | 12 | 60 |
| Binary | 1101111 | 10001000 | 1111011 | 10010 | 0 | 1010 | 101111 | 10010101 | 1010 | 110000 |
Color Harmonies of #6F887B
Complementary color
Monochromatic Colors of #6F887B
Black with #6F887B
Text Example
Text Example
White with #6F887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F887B; }
p { color: rgb(111,136,123); }
H1.HeaderClassName
{
color: #6F887B;
}
.AnyTagClassName
{
color: #6F887B;
}
</style>
background-color css
<style>
a { background-color: #6F887B; }
a { background-color: rgb(111,136,123); }
div.DivClassName
{
background-color: #6F887B;
}
.BgClassName
{
background-color: #6F887B;
}
</style>
border-color css
<style>
span { border-color: #6F887B; }
span { border-color: rgb(111,136,123); }
td.TdClassName
{
border-color: #6F887B;
}
.TagClassName
{
border-color: #6F887B;
}
</style>