Shades of Sirocco #737A76
Tints of Sirocco #737A76
RGB
CMYK
RGB Variations
Color information
#737A76 (or 0x737A76) is known color: Sirocco. HEX triplet: 73, 7A and 76. RGB value is (115,122,118). Sum of RGB (Red+Green+Blue) = 115+122+118=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 122 - color contains mainly: green. Hex color #737A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737A76 is #8C8589. Grayscale: #777777. Windows color (decimal): -9209226 or 7764595. OLE color: 7764595.
HSL color Cylindrical-coordinate representation of color #737A76: hue angle of 145.71º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #737A76 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 122 | 118 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.52 |
| HSL | 145.71º | 0.03% | 0.46% | - |
| HSV(B) | 145.71º | 0.06% | 0.48% | - |
| XYZ | 17.3 | 18.87 | 19.87 | - |
| YUV | 119.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 118 | 0.06 | 0 | 0.03 | 0.52 | 145.71 | 0.03 | 0.46 |
| Hex | 73 | 7A | 76 | 6 | 0 | 3 | 34 | 92 | 3 | 2E |
| Octal | 163 | 172 | 166 | 6 | 0 | 3 | 64 | 222 | 3 | 56 |
| Binary | 1110011 | 1111010 | 1110110 | 110 | 0 | 11 | 110100 | 10010010 | 11 | 101110 |
Color Harmonies of #737A76
Complementary color
Monochromatic Colors of #737A76
Black with #737A76
Text Example
Text Example
White with #737A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A76; }
p { color: rgb(115,122,118); }
H1.HeaderClassName
{
color: #737A76;
}
.AnyTagClassName
{
color: #737A76;
}
</style>
background-color css
<style>
a { background-color: #737A76; }
a { background-color: rgb(115,122,118); }
div.DivClassName
{
background-color: #737A76;
}
.BgClassName
{
background-color: #737A76;
}
</style>
border-color css
<style>
span { border-color: #737A76; }
span { border-color: rgb(115,122,118); }
td.TdClassName
{
border-color: #737A76;
}
.TagClassName
{
border-color: #737A76;
}
</style>