Shades of Sirocco #74847B
Tints of Sirocco #74847B
RGB
CMYK
RGB Variations
Color information
#74847B (or 0x74847B) is known color: Sirocco. HEX triplet: 74, 84 and 7B. RGB value is (116,132,123). Sum of RGB (Red+Green+Blue) = 116+132+123=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 132 - color contains mainly: green. Hex color #74847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74847B is #8B7B84. Grayscale: #7E7E7E. Windows color (decimal): -9141125 or 8094836. OLE color: 8094836.
HSL color Cylindrical-coordinate representation of color #74847B: hue angle of 146.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #74847B is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 123 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.48 |
| HSL | 146.25º | 0.06% | 0.49% | - |
| HSV(B) | 146.25º | 0.12% | 0.52% | - |
| XYZ | 19.03 | 21.65 | 21.91 | - |
| YUV | 126.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 123 | 0.12 | 0 | 0.07 | 0.48 | 146.25 | 0.06 | 0.49 |
| Hex | 74 | 84 | 7B | C | 0 | 7 | 30 | 92 | 6 | 31 |
| Octal | 164 | 204 | 173 | 14 | 0 | 7 | 60 | 222 | 6 | 61 |
| Binary | 1110100 | 10000100 | 1111011 | 1100 | 0 | 111 | 110000 | 10010010 | 110 | 110001 |
Color Harmonies of #74847B
Complementary color
Monochromatic Colors of #74847B
Black with #74847B
Text Example
Text Example
White with #74847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74847B; }
p { color: rgb(116,132,123); }
H1.HeaderClassName
{
color: #74847B;
}
.AnyTagClassName
{
color: #74847B;
}
</style>
background-color css
<style>
a { background-color: #74847B; }
a { background-color: rgb(116,132,123); }
div.DivClassName
{
background-color: #74847B;
}
.BgClassName
{
background-color: #74847B;
}
</style>
border-color css
<style>
span { border-color: #74847B; }
span { border-color: rgb(116,132,123); }
td.TdClassName
{
border-color: #74847B;
}
.TagClassName
{
border-color: #74847B;
}
</style>