Shades of Sirocco #74827A
Tints of Sirocco #74827A
RGB
CMYK
RGB Variations
Color information
#74827A (or 0x74827A) is known color: Sirocco. HEX triplet: 74, 82 and 7A. RGB value is (116,130,122). Sum of RGB (Red+Green+Blue) = 116+130+122=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 130 - color contains mainly: green. Hex color #74827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74827A is #8B7D85. Grayscale: #7C7C7C. Windows color (decimal): -9141638 or 8028788. OLE color: 8028788.
HSL color Cylindrical-coordinate representation of color #74827A: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #74827A is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 122 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.49 |
| HSL | 145.71º | 0.06% | 0.48% | - |
| HSV(B) | 145.71º | 0.11% | 0.51% | - |
| XYZ | 18.7 | 21.08 | 21.5 | - |
| YUV | 124.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 122 | 0.11 | 0 | 0.06 | 0.49 | 145.71 | 0.06 | 0.48 |
| Hex | 74 | 82 | 7A | B | 0 | 6 | 31 | 92 | 6 | 30 |
| Octal | 164 | 202 | 172 | 13 | 0 | 6 | 61 | 222 | 6 | 60 |
| Binary | 1110100 | 10000010 | 1111010 | 1011 | 0 | 110 | 110001 | 10010010 | 110 | 110000 |
Color Harmonies of #74827A
Complementary color
Monochromatic Colors of #74827A
Black with #74827A
Text Example
Text Example
White with #74827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74827A; }
p { color: rgb(116,130,122); }
H1.HeaderClassName
{
color: #74827A;
}
.AnyTagClassName
{
color: #74827A;
}
</style>
background-color css
<style>
a { background-color: #74827A; }
a { background-color: rgb(116,130,122); }
div.DivClassName
{
background-color: #74827A;
}
.BgClassName
{
background-color: #74827A;
}
</style>
border-color css
<style>
span { border-color: #74827A; }
span { border-color: rgb(116,130,122); }
td.TdClassName
{
border-color: #74827A;
}
.TagClassName
{
border-color: #74827A;
}
</style>