Shades of Sirocco #697E74
Tints of Sirocco #697E74
RGB
CMYK
RGB Variations
Color information
#697E74 (or 0x697E74) is known color: Sirocco. HEX triplet: 69, 7E and 74. RGB value is (105,126,116). Sum of RGB (Red+Green+Blue) = 105+126+116=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 126 - color contains mainly: green. Hex color #697E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697E74 is #96818B. Grayscale: #767676. Windows color (decimal): -9863564 or 7634537. OLE color: 7634537.
HSL color Cylindrical-coordinate representation of color #697E74: hue angle of 151.43º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #697E74 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 126 | 116 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.51 |
| HSL | 151.43º | 0.09% | 0.45% | - |
| HSV(B) | 151.43º | 0.17% | 0.49% | - |
| XYZ | 16.44 | 19.19 | 19.36 | - |
| YUV | 118.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 116 | 0.17 | 0 | 0.08 | 0.51 | 151.43 | 0.09 | 0.45 |
| Hex | 69 | 7E | 74 | 11 | 0 | 8 | 33 | 97 | 9 | 2D |
| Octal | 151 | 176 | 164 | 21 | 0 | 10 | 63 | 227 | 11 | 55 |
| Binary | 1101001 | 1111110 | 1110100 | 10001 | 0 | 1000 | 110011 | 10010111 | 1001 | 101101 |
Color Harmonies of #697E74
Complementary color
Monochromatic Colors of #697E74
Black with #697E74
Text Example
Text Example
White with #697E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697E74; }
p { color: rgb(105,126,116); }
H1.HeaderClassName
{
color: #697E74;
}
.AnyTagClassName
{
color: #697E74;
}
</style>
background-color css
<style>
a { background-color: #697E74; }
a { background-color: rgb(105,126,116); }
div.DivClassName
{
background-color: #697E74;
}
.BgClassName
{
background-color: #697E74;
}
</style>
border-color css
<style>
span { border-color: #697E74; }
span { border-color: rgb(105,126,116); }
td.TdClassName
{
border-color: #697E74;
}
.TagClassName
{
border-color: #697E74;
}
</style>