Shades of Sirocco #60786C
Tints of Sirocco #60786C
RGB
CMYK
RGB Variations
Color information
#60786C (or 0x60786C) is known color: Sirocco. HEX triplet: 60, 78 and 6C. RGB value is (96,120,108). Sum of RGB (Red+Green+Blue) = 96+120+108=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 120 - color contains mainly: green. Hex color #60786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60786C is #9F8793. Grayscale: #6F6F6F. Windows color (decimal): -10454932 or 7108704. OLE color: 7108704.
HSL color Cylindrical-coordinate representation of color #60786C: hue angle of 150º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60786C is Cyan = 0.2, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 108 | - |
| CMYK | 0.2 | 0 | 0.10 | 0.53 |
| HSL | 150º | 0.11% | 0.42% | - |
| HSV(B) | 150º | 0.2% | 0.47% | - |
| XYZ | 14.25 | 17 | 16.72 | - |
| YUV | 111.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 108 | 0.2 | 0 | 0.10 | 0.53 | 150 | 0.11 | 0.42 |
| Hex | 60 | 78 | 6C | 14 | 0 | A | 35 | 96 | B | 2A |
| Octal | 140 | 170 | 154 | 24 | 0 | 12 | 65 | 226 | 13 | 52 |
| Binary | 1100000 | 1111000 | 1101100 | 10100 | 0 | 1010 | 110101 | 10010110 | 1011 | 101010 |
Color Harmonies of #60786C
Complementary color
Monochromatic Colors of #60786C
Black with #60786C
Text Example
Text Example
White with #60786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60786C; }
p { color: rgb(96,120,108); }
H1.HeaderClassName
{
color: #60786C;
}
.AnyTagClassName
{
color: #60786C;
}
</style>
background-color css
<style>
a { background-color: #60786C; }
a { background-color: rgb(96,120,108); }
div.DivClassName
{
background-color: #60786C;
}
.BgClassName
{
background-color: #60786C;
}
</style>
border-color css
<style>
span { border-color: #60786C; }
span { border-color: rgb(96,120,108); }
td.TdClassName
{
border-color: #60786C;
}
.TagClassName
{
border-color: #60786C;
}
</style>