Shades of Sirocco #628470
Tints of Sirocco #628470
RGB
CMYK
RGB Variations
Color information
#628470 (or 0x628470) is known color: Sirocco. HEX triplet: 62, 84 and 70. RGB value is (98,132,112). Sum of RGB (Red+Green+Blue) = 98+132+112=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #628470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628470 is #9D7B8F. Grayscale: #777777. Windows color (decimal): -10320784 or 7373922. OLE color: 7373922.
HSL color Cylindrical-coordinate representation of color #628470: hue angle of 144.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #628470 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 132 | 112 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.48 |
| HSL | 144.71º | 0.15% | 0.45% | - |
| HSV(B) | 144.71º | 0.26% | 0.52% | - |
| XYZ | 16.21 | 20.27 | 18.39 | - |
| YUV | 119.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 112 | 0.26 | 0 | 0.15 | 0.48 | 144.71 | 0.15 | 0.45 |
| Hex | 62 | 84 | 70 | 1A | 0 | F | 30 | 91 | F | 2D |
| Octal | 142 | 204 | 160 | 32 | 0 | 17 | 60 | 221 | 17 | 55 |
| Binary | 1100010 | 10000100 | 1110000 | 11010 | 0 | 1111 | 110000 | 10010001 | 1111 | 101101 |
Color Harmonies of #628470
Complementary color
Monochromatic Colors of #628470
Black with #628470
Text Example
Text Example
White with #628470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628470; }
p { color: rgb(98,132,112); }
H1.HeaderClassName
{
color: #628470;
}
.AnyTagClassName
{
color: #628470;
}
</style>
background-color css
<style>
a { background-color: #628470; }
a { background-color: rgb(98,132,112); }
div.DivClassName
{
background-color: #628470;
}
.BgClassName
{
background-color: #628470;
}
</style>
border-color css
<style>
span { border-color: #628470; }
span { border-color: rgb(98,132,112); }
td.TdClassName
{
border-color: #628470;
}
.TagClassName
{
border-color: #628470;
}
</style>