Shades of Sirocco #6F877A
Tints of Sirocco #6F877A
RGB
CMYK
RGB Variations
Color information
#6F877A (or 0x6F877A) is known color: Sirocco. HEX triplet: 6F, 87 and 7A. RGB value is (111,135,122). Sum of RGB (Red+Green+Blue) = 111+135+122=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #6F877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F877A is #907885. Grayscale: #7E7E7E. Windows color (decimal): -9468038 or 8030063. OLE color: 8030063.
HSL color Cylindrical-coordinate representation of color #6F877A: hue angle of 147.5º 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 #6F877A is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 122 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.47 |
| HSL | 147.5º | 0.1% | 0.48% | - |
| HSV(B) | 147.5º | 0.18% | 0.53% | - |
| XYZ | 18.73 | 22.11 | 21.69 | - |
| YUV | 126.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 122 | 0.18 | 0 | 0.10 | 0.47 | 147.5 | 0.1 | 0.48 |
| Hex | 6F | 87 | 7A | 12 | 0 | A | 2F | 94 | A | 30 |
| Octal | 157 | 207 | 172 | 22 | 0 | 12 | 57 | 224 | 12 | 60 |
| Binary | 1101111 | 10000111 | 1111010 | 10010 | 0 | 1010 | 101111 | 10010100 | 1010 | 110000 |
Color Harmonies of #6F877A
Complementary color
Monochromatic Colors of #6F877A
Black with #6F877A
Text Example
Text Example
White with #6F877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F877A; }
p { color: rgb(111,135,122); }
H1.HeaderClassName
{
color: #6F877A;
}
.AnyTagClassName
{
color: #6F877A;
}
</style>
background-color css
<style>
a { background-color: #6F877A; }
a { background-color: rgb(111,135,122); }
div.DivClassName
{
background-color: #6F877A;
}
.BgClassName
{
background-color: #6F877A;
}
</style>
border-color css
<style>
span { border-color: #6F877A; }
span { border-color: rgb(111,135,122); }
td.TdClassName
{
border-color: #6F877A;
}
.TagClassName
{
border-color: #6F877A;
}
</style>