Shades of Sirocco #757E7A
Tints of Sirocco #757E7A
RGB
CMYK
RGB Variations
Color information
#757E7A (or 0x757E7A) is known color: Sirocco. HEX triplet: 75, 7E and 7A. RGB value is (117,126,122). Sum of RGB (Red+Green+Blue) = 117+126+122=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 126 - color contains mainly: green. Hex color #757E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757E7A is #8A8185. Grayscale: #7A7A7A. Windows color (decimal): -9077126 or 8027765. OLE color: 8027765.
HSL color Cylindrical-coordinate representation of color #757E7A: hue angle of 153.33º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #757E7A is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 126 | 122 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.51 |
| HSL | 153.33º | 0.04% | 0.48% | - |
| HSV(B) | 153.33º | 0.07% | 0.49% | - |
| XYZ | 18.31 | 20.11 | 21.33 | - |
| YUV | 122.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 122 | 0.07 | 0 | 0.03 | 0.51 | 153.33 | 0.04 | 0.48 |
| Hex | 75 | 7E | 7A | 7 | 0 | 3 | 33 | 99 | 4 | 30 |
| Octal | 165 | 176 | 172 | 7 | 0 | 3 | 63 | 231 | 4 | 60 |
| Binary | 1110101 | 1111110 | 1111010 | 111 | 0 | 11 | 110011 | 10011001 | 100 | 110000 |
Color Harmonies of #757E7A
Complementary color
Monochromatic Colors of #757E7A
Black with #757E7A
Text Example
Text Example
White with #757E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757E7A; }
p { color: rgb(117,126,122); }
H1.HeaderClassName
{
color: #757E7A;
}
.AnyTagClassName
{
color: #757E7A;
}
</style>
background-color css
<style>
a { background-color: #757E7A; }
a { background-color: rgb(117,126,122); }
div.DivClassName
{
background-color: #757E7A;
}
.BgClassName
{
background-color: #757E7A;
}
</style>
border-color css
<style>
span { border-color: #757E7A; }
span { border-color: rgb(117,126,122); }
td.TdClassName
{
border-color: #757E7A;
}
.TagClassName
{
border-color: #757E7A;
}
</style>