Shades of Sirocco #747D79
Tints of Sirocco #747D79
RGB
CMYK
RGB Variations
Color information
#747D79 (or 0x747D79) is known color: Sirocco. HEX triplet: 74, 7D and 79. RGB value is (116,125,121). Sum of RGB (Red+Green+Blue) = 116+125+121=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 125 - color contains mainly: green. Hex color #747D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D79 is #8B8286. Grayscale: #797979. Windows color (decimal): -9142919 or 7961972. OLE color: 7961972.
HSL color Cylindrical-coordinate representation of color #747D79: hue angle of 153.33º 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 #747D79 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 125 | 121 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.51 |
| HSL | 153.33º | 0.04% | 0.47% | - |
| HSV(B) | 153.33º | 0.07% | 0.49% | - |
| XYZ | 17.99 | 19.76 | 20.96 | - |
| YUV | 121.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 121 | 0.07 | 0 | 0.03 | 0.51 | 153.33 | 0.04 | 0.47 |
| Hex | 74 | 7D | 79 | 7 | 0 | 3 | 33 | 99 | 4 | 2F |
| Octal | 164 | 175 | 171 | 7 | 0 | 3 | 63 | 231 | 4 | 57 |
| Binary | 1110100 | 1111101 | 1111001 | 111 | 0 | 11 | 110011 | 10011001 | 100 | 101111 |
Color Harmonies of #747D79
Complementary color
Monochromatic Colors of #747D79
Black with #747D79
Text Example
Text Example
White with #747D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747D79; }
p { color: rgb(116,125,121); }
H1.HeaderClassName
{
color: #747D79;
}
.AnyTagClassName
{
color: #747D79;
}
</style>
background-color css
<style>
a { background-color: #747D79; }
a { background-color: rgb(116,125,121); }
div.DivClassName
{
background-color: #747D79;
}
.BgClassName
{
background-color: #747D79;
}
</style>
border-color css
<style>
span { border-color: #747D79; }
span { border-color: rgb(116,125,121); }
td.TdClassName
{
border-color: #747D79;
}
.TagClassName
{
border-color: #747D79;
}
</style>