Shades of Sirocco #6F8478
Tints of Sirocco #6F8478
RGB
CMYK
RGB Variations
Color information
#6F8478 (or 0x6F8478) is known color: Sirocco. HEX triplet: 6F, 84 and 78. RGB value is (111,132,120). Sum of RGB (Red+Green+Blue) = 111+132+120=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #6F8478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8478 is #907B87. Grayscale: #7C7C7C. Windows color (decimal): -9468808 or 7898223. OLE color: 7898223.
HSL color Cylindrical-coordinate representation of color #6F8478: hue angle of 145.71º 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 #6F8478 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 132 | 120 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.48 |
| HSL | 145.71º | 0.09% | 0.48% | - |
| HSV(B) | 145.71º | 0.16% | 0.52% | - |
| XYZ | 18.2 | 21.24 | 20.91 | - |
| YUV | 124.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 120 | 0.16 | 0 | 0.09 | 0.48 | 145.71 | 0.09 | 0.48 |
| Hex | 6F | 84 | 78 | 10 | 0 | 9 | 30 | 92 | 9 | 30 |
| Octal | 157 | 204 | 170 | 20 | 0 | 11 | 60 | 222 | 11 | 60 |
| Binary | 1101111 | 10000100 | 1111000 | 10000 | 0 | 1001 | 110000 | 10010010 | 1001 | 110000 |
Color Harmonies of #6F8478
Complementary color
Monochromatic Colors of #6F8478
Black with #6F8478
Text Example
Text Example
White with #6F8478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8478; }
p { color: rgb(111,132,120); }
H1.HeaderClassName
{
color: #6F8478;
}
.AnyTagClassName
{
color: #6F8478;
}
</style>
background-color css
<style>
a { background-color: #6F8478; }
a { background-color: rgb(111,132,120); }
div.DivClassName
{
background-color: #6F8478;
}
.BgClassName
{
background-color: #6F8478;
}
</style>
border-color css
<style>
span { border-color: #6F8478; }
span { border-color: rgb(111,132,120); }
td.TdClassName
{
border-color: #6F8478;
}
.TagClassName
{
border-color: #6F8478;
}
</style>