Shades of Sirocco #75837C
Tints of Sirocco #75837C
RGB
CMYK
RGB Variations
Color information
#75837C (or 0x75837C) is known color: Sirocco. HEX triplet: 75, 83 and 7C. RGB value is (117,131,124). Sum of RGB (Red+Green+Blue) = 117+131+124=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 131 - color contains mainly: green. Hex color #75837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75837C is #8A7C83. Grayscale: #7E7E7E. Windows color (decimal): -9075844 or 8160117. OLE color: 8160117.
HSL color Cylindrical-coordinate representation of color #75837C: hue angle of 150º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #75837C is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 131 | 124 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.49 |
| HSL | 150º | 0.06% | 0.49% | - |
| HSV(B) | 150º | 0.11% | 0.51% | - |
| XYZ | 19.09 | 21.47 | 22.21 | - |
| YUV | 126.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 124 | 0.11 | 0 | 0.05 | 0.49 | 150 | 0.06 | 0.49 |
| Hex | 75 | 83 | 7C | B | 0 | 5 | 31 | 96 | 6 | 31 |
| Octal | 165 | 203 | 174 | 13 | 0 | 5 | 61 | 226 | 6 | 61 |
| Binary | 1110101 | 10000011 | 1111100 | 1011 | 0 | 101 | 110001 | 10010110 | 110 | 110001 |
Color Harmonies of #75837C
Complementary color
Monochromatic Colors of #75837C
Black with #75837C
Text Example
Text Example
White with #75837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75837C; }
p { color: rgb(117,131,124); }
H1.HeaderClassName
{
color: #75837C;
}
.AnyTagClassName
{
color: #75837C;
}
</style>
background-color css
<style>
a { background-color: #75837C; }
a { background-color: rgb(117,131,124); }
div.DivClassName
{
background-color: #75837C;
}
.BgClassName
{
background-color: #75837C;
}
</style>
border-color css
<style>
span { border-color: #75837C; }
span { border-color: rgb(117,131,124); }
td.TdClassName
{
border-color: #75837C;
}
.TagClassName
{
border-color: #75837C;
}
</style>