Shades of Sirocco #678470
Tints of Sirocco #678470
RGB
CMYK
RGB Variations
Color information
#678470 (or 0x678470) is known color: Sirocco. HEX triplet: 67, 84 and 70. RGB value is (103,132,112). Sum of RGB (Red+Green+Blue) = 103+132+112=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #678470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678470 is #987B8F. Grayscale: #797979. Windows color (decimal): -9993104 or 7373927. OLE color: 7373927.
HSL color Cylindrical-coordinate representation of color #678470: hue angle of 138.62º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #678470 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 132 | 112 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.48 |
| HSL | 138.62º | 0.12% | 0.46% | - |
| HSV(B) | 138.62º | 0.22% | 0.52% | - |
| XYZ | 16.77 | 20.56 | 18.41 | - |
| YUV | 121.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 112 | 0.22 | 0 | 0.15 | 0.48 | 138.62 | 0.12 | 0.46 |
| Hex | 67 | 84 | 70 | 16 | 0 | F | 30 | 8B | C | 2E |
| Octal | 147 | 204 | 160 | 26 | 0 | 17 | 60 | 213 | 14 | 56 |
| Binary | 1100111 | 10000100 | 1110000 | 10110 | 0 | 1111 | 110000 | 10001011 | 1100 | 101110 |
Color Harmonies of #678470
Complementary color
Monochromatic Colors of #678470
Black with #678470
Text Example
Text Example
White with #678470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678470; }
p { color: rgb(103,132,112); }
H1.HeaderClassName
{
color: #678470;
}
.AnyTagClassName
{
color: #678470;
}
</style>
background-color css
<style>
a { background-color: #678470; }
a { background-color: rgb(103,132,112); }
div.DivClassName
{
background-color: #678470;
}
.BgClassName
{
background-color: #678470;
}
</style>
border-color css
<style>
span { border-color: #678470; }
span { border-color: rgb(103,132,112); }
td.TdClassName
{
border-color: #678470;
}
.TagClassName
{
border-color: #678470;
}
</style>