Shades of Sirocco #62766C
Tints of Sirocco #62766C
RGB
CMYK
RGB Variations
Color information
#62766C (or 0x62766C) is known color: Sirocco. HEX triplet: 62, 76 and 6C. RGB value is (98,118,108). Sum of RGB (Red+Green+Blue) = 98+118+108=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 118 - color contains mainly: green. Hex color #62766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62766C is #9D8993. Grayscale: #6E6E6E. Windows color (decimal): -10324372 or 7108194. OLE color: 7108194.
HSL color Cylindrical-coordinate representation of color #62766C: hue angle of 150º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #62766C is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 118 | 108 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.54 |
| HSL | 150º | 0.09% | 0.42% | - |
| HSV(B) | 150º | 0.17% | 0.46% | - |
| XYZ | 14.22 | 16.64 | 16.65 | - |
| YUV | 110.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 118 | 108 | 0.17 | 0 | 0.08 | 0.54 | 150 | 0.09 | 0.42 |
| Hex | 62 | 76 | 6C | 11 | 0 | 8 | 36 | 96 | 9 | 2A |
| Octal | 142 | 166 | 154 | 21 | 0 | 10 | 66 | 226 | 11 | 52 |
| Binary | 1100010 | 1110110 | 1101100 | 10001 | 0 | 1000 | 110110 | 10010110 | 1001 | 101010 |
Color Harmonies of #62766C
Complementary color
Monochromatic Colors of #62766C
Black with #62766C
Text Example
Text Example
White with #62766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62766C; }
p { color: rgb(98,118,108); }
H1.HeaderClassName
{
color: #62766C;
}
.AnyTagClassName
{
color: #62766C;
}
</style>
background-color css
<style>
a { background-color: #62766C; }
a { background-color: rgb(98,118,108); }
div.DivClassName
{
background-color: #62766C;
}
.BgClassName
{
background-color: #62766C;
}
</style>
border-color css
<style>
span { border-color: #62766C; }
span { border-color: rgb(98,118,108); }
td.TdClassName
{
border-color: #62766C;
}
.TagClassName
{
border-color: #62766C;
}
</style>