Shades of Sirocco #6F847A
Tints of Sirocco #6F847A
RGB
CMYK
RGB Variations
Color information
#6F847A (or 0x6F847A) is known color: Sirocco. HEX triplet: 6F, 84 and 7A. RGB value is (111,132,122). Sum of RGB (Red+Green+Blue) = 111+132+122=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 132 - color contains mainly: green. Hex color #6F847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F847A is #907B85. Grayscale: #7C7C7C. Windows color (decimal): -9468806 or 8029295. OLE color: 8029295.
HSL color Cylindrical-coordinate representation of color #6F847A: hue angle of 151.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F847A is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 132 | 122 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.48 |
| HSL | 151.43º | 0.09% | 0.48% | - |
| HSV(B) | 151.43º | 0.16% | 0.52% | - |
| XYZ | 18.32 | 21.29 | 21.56 | - |
| YUV | 124.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 122 | 0.16 | 0 | 0.08 | 0.48 | 151.43 | 0.09 | 0.48 |
| Hex | 6F | 84 | 7A | 10 | 0 | 8 | 30 | 97 | 9 | 30 |
| Octal | 157 | 204 | 172 | 20 | 0 | 10 | 60 | 227 | 11 | 60 |
| Binary | 1101111 | 10000100 | 1111010 | 10000 | 0 | 1000 | 110000 | 10010111 | 1001 | 110000 |
Color Harmonies of #6F847A
Complementary color
Monochromatic Colors of #6F847A
Black with #6F847A
Text Example
Text Example
White with #6F847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F847A; }
p { color: rgb(111,132,122); }
H1.HeaderClassName
{
color: #6F847A;
}
.AnyTagClassName
{
color: #6F847A;
}
</style>
background-color css
<style>
a { background-color: #6F847A; }
a { background-color: rgb(111,132,122); }
div.DivClassName
{
background-color: #6F847A;
}
.BgClassName
{
background-color: #6F847A;
}
</style>
border-color css
<style>
span { border-color: #6F847A; }
span { border-color: rgb(111,132,122); }
td.TdClassName
{
border-color: #6F847A;
}
.TagClassName
{
border-color: #6F847A;
}
</style>