Shades of Sirocco #718379
Tints of Sirocco #718379
RGB
CMYK
RGB Variations
Color information
#718379 (or 0x718379) is known color: Sirocco. HEX triplet: 71, 83 and 79. RGB value is (113,131,121). Sum of RGB (Red+Green+Blue) = 113+131+121=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 131 - color contains mainly: green. Hex color #718379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718379 is #8E7C86. Grayscale: #7C7C7C. Windows color (decimal): -9337991 or 7963505. OLE color: 7963505.
HSL color Cylindrical-coordinate representation of color #718379: hue angle of 146.67º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #718379 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 131 | 121 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.49 |
| HSL | 146.67º | 0.07% | 0.48% | - |
| HSV(B) | 146.67º | 0.14% | 0.51% | - |
| XYZ | 18.38 | 21.12 | 21.2 | - |
| YUV | 124.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 121 | 0.14 | 0 | 0.08 | 0.49 | 146.67 | 0.07 | 0.48 |
| Hex | 71 | 83 | 79 | E | 0 | 8 | 31 | 93 | 7 | 30 |
| Octal | 161 | 203 | 171 | 16 | 0 | 10 | 61 | 223 | 7 | 60 |
| Binary | 1110001 | 10000011 | 1111001 | 1110 | 0 | 1000 | 110001 | 10010011 | 111 | 110000 |
Color Harmonies of #718379
Complementary color
Monochromatic Colors of #718379
Black with #718379
Text Example
Text Example
White with #718379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718379; }
p { color: rgb(113,131,121); }
H1.HeaderClassName
{
color: #718379;
}
.AnyTagClassName
{
color: #718379;
}
</style>
background-color css
<style>
a { background-color: #718379; }
a { background-color: rgb(113,131,121); }
div.DivClassName
{
background-color: #718379;
}
.BgClassName
{
background-color: #718379;
}
</style>
border-color css
<style>
span { border-color: #718379; }
span { border-color: rgb(113,131,121); }
td.TdClassName
{
border-color: #718379;
}
.TagClassName
{
border-color: #718379;
}
</style>