Shades of Sirocco #737975
Tints of Sirocco #737975
RGB
CMYK
RGB Variations
Color information
#737975 (or 0x737975) is known color: Sirocco. HEX triplet: 73, 79 and 75. RGB value is (115,121,117). Sum of RGB (Red+Green+Blue) = 115+121+117=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 121 - color contains mainly: green. Hex color #737975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737975 is #8C868A. Grayscale: #767676. Windows color (decimal): -9209483 or 7698803. OLE color: 7698803.
HSL color Cylindrical-coordinate representation of color #737975: hue angle of 140º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #737975 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 121 | 117 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.53 |
| HSL | 140º | 0.03% | 0.46% | - |
| HSV(B) | 140º | 0.05% | 0.47% | - |
| XYZ | 17.12 | 18.6 | 19.52 | - |
| YUV | 118.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 121 | 117 | 0.05 | 0 | 0.03 | 0.53 | 140 | 0.03 | 0.46 |
| Hex | 73 | 79 | 75 | 5 | 0 | 3 | 35 | 8C | 3 | 2E |
| Octal | 163 | 171 | 165 | 5 | 0 | 3 | 65 | 214 | 3 | 56 |
| Binary | 1110011 | 1111001 | 1110101 | 101 | 0 | 11 | 110101 | 10001100 | 11 | 101110 |
Color Harmonies of #737975
Complementary color
Monochromatic Colors of #737975
Black with #737975
Text Example
Text Example
White with #737975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737975; }
p { color: rgb(115,121,117); }
H1.HeaderClassName
{
color: #737975;
}
.AnyTagClassName
{
color: #737975;
}
</style>
background-color css
<style>
a { background-color: #737975; }
a { background-color: rgb(115,121,117); }
div.DivClassName
{
background-color: #737975;
}
.BgClassName
{
background-color: #737975;
}
</style>
border-color css
<style>
span { border-color: #737975; }
span { border-color: rgb(115,121,117); }
td.TdClassName
{
border-color: #737975;
}
.TagClassName
{
border-color: #737975;
}
</style>