Shades of Sirocco #698773
Tints of Sirocco #698773
RGB
CMYK
RGB Variations
Color information
#698773 (or 0x698773) is known color: Sirocco. HEX triplet: 69, 87 and 73. RGB value is (105,135,115). Sum of RGB (Red+Green+Blue) = 105+135+115=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #698773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698773 is #96788C. Grayscale: #7B7B7B. Windows color (decimal): -9861261 or 7571305. OLE color: 7571305.
HSL color Cylindrical-coordinate representation of color #698773: hue angle of 140º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #698773 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 135 | 115 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.47 |
| HSL | 140º | 0.13% | 0.47% | - |
| HSV(B) | 140º | 0.22% | 0.53% | - |
| XYZ | 17.58 | 21.57 | 19.46 | - |
| YUV | 123.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 115 | 0.22 | 0 | 0.15 | 0.47 | 140 | 0.13 | 0.47 |
| Hex | 69 | 87 | 73 | 16 | 0 | F | 2F | 8C | C | 2F |
| Octal | 151 | 207 | 163 | 26 | 0 | 17 | 57 | 214 | 14 | 57 |
| Binary | 1101001 | 10000111 | 1110011 | 10110 | 0 | 1111 | 101111 | 10001100 | 1100 | 101111 |
Color Harmonies of #698773
Complementary color
Monochromatic Colors of #698773
Black with #698773
Text Example
Text Example
White with #698773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698773; }
p { color: rgb(105,135,115); }
H1.HeaderClassName
{
color: #698773;
}
.AnyTagClassName
{
color: #698773;
}
</style>
background-color css
<style>
a { background-color: #698773; }
a { background-color: rgb(105,135,115); }
div.DivClassName
{
background-color: #698773;
}
.BgClassName
{
background-color: #698773;
}
</style>
border-color css
<style>
span { border-color: #698773; }
span { border-color: rgb(105,135,115); }
td.TdClassName
{
border-color: #698773;
}
.TagClassName
{
border-color: #698773;
}
</style>