Shades of Sirocco #678575
Tints of Sirocco #678575
RGB
CMYK
RGB Variations
Color information
#678575 (or 0x678575) is known color: Sirocco. HEX triplet: 67, 85 and 75. RGB value is (103,133,117). Sum of RGB (Red+Green+Blue) = 103+133+117=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #678575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678575 is #987A8A. Grayscale: #7A7A7A. Windows color (decimal): -9992843 or 7701863. OLE color: 7701863.
HSL color Cylindrical-coordinate representation of color #678575: hue angle of 148º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #678575 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 117 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.48 |
| HSL | 148º | 0.13% | 0.46% | - |
| HSV(B) | 148º | 0.23% | 0.52% | - |
| XYZ | 17.19 | 20.94 | 19.97 | - |
| YUV | 122.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 117 | 0.23 | 0 | 0.12 | 0.48 | 148 | 0.13 | 0.46 |
| Hex | 67 | 85 | 75 | 17 | 0 | C | 30 | 94 | D | 2E |
| Octal | 147 | 205 | 165 | 27 | 0 | 14 | 60 | 224 | 15 | 56 |
| Binary | 1100111 | 10000101 | 1110101 | 10111 | 0 | 1100 | 110000 | 10010100 | 1101 | 101110 |
Color Harmonies of #678575
Complementary color
Monochromatic Colors of #678575
Black with #678575
Text Example
Text Example
White with #678575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678575; }
p { color: rgb(103,133,117); }
H1.HeaderClassName
{
color: #678575;
}
.AnyTagClassName
{
color: #678575;
}
</style>
background-color css
<style>
a { background-color: #678575; }
a { background-color: rgb(103,133,117); }
div.DivClassName
{
background-color: #678575;
}
.BgClassName
{
background-color: #678575;
}
</style>
border-color css
<style>
span { border-color: #678575; }
span { border-color: rgb(103,133,117); }
td.TdClassName
{
border-color: #678575;
}
.TagClassName
{
border-color: #678575;
}
</style>