Shades of Sirocco #747F7A
Tints of Sirocco #747F7A
RGB
CMYK
RGB Variations
Color information
#747F7A (or 0x747F7A) is known color: Sirocco. HEX triplet: 74, 7F and 7A. RGB value is (116,127,122). Sum of RGB (Red+Green+Blue) = 116+127+122=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 127 - color contains mainly: green. Hex color #747F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747F7A is #8B8085. Grayscale: #7B7B7B. Windows color (decimal): -9142406 or 8028020. OLE color: 8028020.
HSL color Cylindrical-coordinate representation of color #747F7A: hue angle of 152.73º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #747F7A is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 122 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.50 |
| HSL | 152.73º | 0.05% | 0.48% | - |
| HSV(B) | 152.73º | 0.09% | 0.5% | - |
| XYZ | 18.3 | 20.3 | 21.37 | - |
| YUV | 123.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 122 | 0.09 | 0 | 0.04 | 0.50 | 152.73 | 0.05 | 0.48 |
| Hex | 74 | 7F | 7A | 9 | 0 | 4 | 32 | 99 | 5 | 30 |
| Octal | 164 | 177 | 172 | 11 | 0 | 4 | 62 | 231 | 5 | 60 |
| Binary | 1110100 | 1111111 | 1111010 | 1001 | 0 | 100 | 110010 | 10011001 | 101 | 110000 |
Color Harmonies of #747F7A
Complementary color
Monochromatic Colors of #747F7A
Black with #747F7A
Text Example
Text Example
White with #747F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F7A; }
p { color: rgb(116,127,122); }
H1.HeaderClassName
{
color: #747F7A;
}
.AnyTagClassName
{
color: #747F7A;
}
</style>
background-color css
<style>
a { background-color: #747F7A; }
a { background-color: rgb(116,127,122); }
div.DivClassName
{
background-color: #747F7A;
}
.BgClassName
{
background-color: #747F7A;
}
</style>
border-color css
<style>
span { border-color: #747F7A; }
span { border-color: rgb(116,127,122); }
td.TdClassName
{
border-color: #747F7A;
}
.TagClassName
{
border-color: #747F7A;
}
</style>