Shades of Sirocco #737775
Tints of Sirocco #737775
RGB
CMYK
RGB Variations
Color information
#737775 (or 0x737775) is known color: Sirocco. HEX triplet: 73, 77 and 75. RGB value is (115,119,117). Sum of RGB (Red+Green+Blue) = 115+119+117=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 119 - color contains mainly: green. Hex color #737775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737775 is #8C888A. Grayscale: #757575. Windows color (decimal): -9209995 or 7698291. OLE color: 7698291.
HSL color Cylindrical-coordinate representation of color #737775: hue angle of 150º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #737775 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 119 | 117 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.53 |
| HSL | 150º | 0.02% | 0.46% | - |
| HSV(B) | 150º | 0.03% | 0.47% | - |
| XYZ | 16.88 | 18.12 | 19.44 | - |
| YUV | 117.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 117 | 0.03 | 0 | 0.02 | 0.53 | 150 | 0.02 | 0.46 |
| Hex | 73 | 77 | 75 | 3 | 0 | 2 | 35 | 96 | 2 | 2E |
| Octal | 163 | 167 | 165 | 3 | 0 | 2 | 65 | 226 | 2 | 56 |
| Binary | 1110011 | 1110111 | 1110101 | 11 | 0 | 10 | 110101 | 10010110 | 10 | 101110 |
Color Harmonies of #737775
Complementary color
Monochromatic Colors of #737775
Black with #737775
Text Example
Text Example
White with #737775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737775; }
p { color: rgb(115,119,117); }
H1.HeaderClassName
{
color: #737775;
}
.AnyTagClassName
{
color: #737775;
}
</style>
background-color css
<style>
a { background-color: #737775; }
a { background-color: rgb(115,119,117); }
div.DivClassName
{
background-color: #737775;
}
.BgClassName
{
background-color: #737775;
}
</style>
border-color css
<style>
span { border-color: #737775; }
span { border-color: rgb(115,119,117); }
td.TdClassName
{
border-color: #737775;
}
.TagClassName
{
border-color: #737775;
}
</style>