Shades of Sirocco #737C76
Tints of Sirocco #737C76
RGB
CMYK
RGB Variations
Color information
#737C76 (or 0x737C76) is known color: Sirocco. HEX triplet: 73, 7C and 76. RGB value is (115,124,118). Sum of RGB (Red+Green+Blue) = 115+124+118=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 124 - color contains mainly: green. Hex color #737C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737C76 is #8C8389. Grayscale: #787878. Windows color (decimal): -9208714 or 7765107. OLE color: 7765107.
HSL color Cylindrical-coordinate representation of color #737C76: hue angle of 140º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #737C76 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 124 | 118 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.51 |
| HSL | 140º | 0.04% | 0.47% | - |
| HSV(B) | 140º | 0.07% | 0.49% | - |
| XYZ | 17.55 | 19.37 | 19.95 | - |
| YUV | 120.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 118 | 0.07 | 0 | 0.05 | 0.51 | 140 | 0.04 | 0.47 |
| Hex | 73 | 7C | 76 | 7 | 0 | 5 | 33 | 8C | 4 | 2F |
| Octal | 163 | 174 | 166 | 7 | 0 | 5 | 63 | 214 | 4 | 57 |
| Binary | 1110011 | 1111100 | 1110110 | 111 | 0 | 101 | 110011 | 10001100 | 100 | 101111 |
Color Harmonies of #737C76
Complementary color
Monochromatic Colors of #737C76
Black with #737C76
Text Example
Text Example
White with #737C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737C76; }
p { color: rgb(115,124,118); }
H1.HeaderClassName
{
color: #737C76;
}
.AnyTagClassName
{
color: #737C76;
}
</style>
background-color css
<style>
a { background-color: #737C76; }
a { background-color: rgb(115,124,118); }
div.DivClassName
{
background-color: #737C76;
}
.BgClassName
{
background-color: #737C76;
}
</style>
border-color css
<style>
span { border-color: #737C76; }
span { border-color: rgb(115,124,118); }
td.TdClassName
{
border-color: #737C76;
}
.TagClassName
{
border-color: #737C76;
}
</style>