Shades of Sirocco #76847D
Tints of Sirocco #76847D
RGB
CMYK
RGB Variations
Color information
#76847D (or 0x76847D) is known color: Sirocco. HEX triplet: 76, 84 and 7D. RGB value is (118,132,125). Sum of RGB (Red+Green+Blue) = 118+132+125=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 132 - color contains mainly: green. Hex color #76847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76847D is #897B82. Grayscale: #7F7F7F. Windows color (decimal): -9010051 or 8225910. OLE color: 8225910.
HSL color Cylindrical-coordinate representation of color #76847D: hue angle of 150º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76847D is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 132 | 125 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.48 |
| HSL | 150º | 0.06% | 0.49% | - |
| HSV(B) | 150º | 0.11% | 0.52% | - |
| XYZ | 19.42 | 21.83 | 22.59 | - |
| YUV | 127.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 125 | 0.11 | 0 | 0.05 | 0.48 | 150 | 0.06 | 0.49 |
| Hex | 76 | 84 | 7D | B | 0 | 5 | 30 | 96 | 6 | 31 |
| Octal | 166 | 204 | 175 | 13 | 0 | 5 | 60 | 226 | 6 | 61 |
| Binary | 1110110 | 10000100 | 1111101 | 1011 | 0 | 101 | 110000 | 10010110 | 110 | 110001 |
Color Harmonies of #76847D
Complementary color
Monochromatic Colors of #76847D
Black with #76847D
Text Example
Text Example
White with #76847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76847D; }
p { color: rgb(118,132,125); }
H1.HeaderClassName
{
color: #76847D;
}
.AnyTagClassName
{
color: #76847D;
}
</style>
background-color css
<style>
a { background-color: #76847D; }
a { background-color: rgb(118,132,125); }
div.DivClassName
{
background-color: #76847D;
}
.BgClassName
{
background-color: #76847D;
}
</style>
border-color css
<style>
span { border-color: #76847D; }
span { border-color: rgb(118,132,125); }
td.TdClassName
{
border-color: #76847D;
}
.TagClassName
{
border-color: #76847D;
}
</style>