Shades of Sirocco #678875
Tints of Sirocco #678875
RGB
CMYK
RGB Variations
Color information
#678875 (or 0x678875) is known color: Sirocco. HEX triplet: 67, 88 and 75. RGB value is (103,136,117). Sum of RGB (Red+Green+Blue) = 103+136+117=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #678875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678875 is #98778A. Grayscale: #7C7C7C. Windows color (decimal): -9992075 or 7702631. OLE color: 7702631.
HSL color Cylindrical-coordinate representation of color #678875: hue angle of 145.45º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #678875 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 117 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.47 |
| HSL | 145.45º | 0.14% | 0.47% | - |
| HSV(B) | 145.45º | 0.24% | 0.53% | - |
| XYZ | 17.61 | 21.78 | 20.1 | - |
| YUV | 123.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 117 | 0.24 | 0 | 0.14 | 0.47 | 145.45 | 0.14 | 0.47 |
| Hex | 67 | 88 | 75 | 18 | 0 | E | 2F | 91 | E | 2F |
| Octal | 147 | 210 | 165 | 30 | 0 | 16 | 57 | 221 | 16 | 57 |
| Binary | 1100111 | 10001000 | 1110101 | 11000 | 0 | 1110 | 101111 | 10010001 | 1110 | 101111 |
Color Harmonies of #678875
Complementary color
Monochromatic Colors of #678875
Black with #678875
Text Example
Text Example
White with #678875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678875; }
p { color: rgb(103,136,117); }
H1.HeaderClassName
{
color: #678875;
}
.AnyTagClassName
{
color: #678875;
}
</style>
background-color css
<style>
a { background-color: #678875; }
a { background-color: rgb(103,136,117); }
div.DivClassName
{
background-color: #678875;
}
.BgClassName
{
background-color: #678875;
}
</style>
border-color css
<style>
span { border-color: #678875; }
span { border-color: rgb(103,136,117); }
td.TdClassName
{
border-color: #678875;
}
.TagClassName
{
border-color: #678875;
}
</style>