Shades of Sirocco #60796B
Tints of Sirocco #60796B
RGB
CMYK
RGB Variations
Color information
#60796B (or 0x60796B) is known color: Sirocco. HEX triplet: 60, 79 and 6B. RGB value is (96,121,107). Sum of RGB (Red+Green+Blue) = 96+121+107=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 121 - color contains mainly: green. Hex color #60796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60796B is #9F8694. Grayscale: #6F6F6F. Windows color (decimal): -10454677 or 7043424. OLE color: 7043424.
HSL color Cylindrical-coordinate representation of color #60796B: hue angle of 146.4º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60796B is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 121 | 107 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.53 |
| HSL | 146.4º | 0.12% | 0.43% | - |
| HSV(B) | 146.4º | 0.21% | 0.47% | - |
| XYZ | 14.32 | 17.22 | 16.48 | - |
| YUV | 111.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 107 | 0.21 | 0 | 0.12 | 0.53 | 146.4 | 0.12 | 0.43 |
| Hex | 60 | 79 | 6B | 15 | 0 | C | 35 | 92 | C | 2B |
| Octal | 140 | 171 | 153 | 25 | 0 | 14 | 65 | 222 | 14 | 53 |
| Binary | 1100000 | 1111001 | 1101011 | 10101 | 0 | 1100 | 110101 | 10010010 | 1100 | 101011 |
Color Harmonies of #60796B
Complementary color
Monochromatic Colors of #60796B
Black with #60796B
Text Example
Text Example
White with #60796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60796B; }
p { color: rgb(96,121,107); }
H1.HeaderClassName
{
color: #60796B;
}
.AnyTagClassName
{
color: #60796B;
}
</style>
background-color css
<style>
a { background-color: #60796B; }
a { background-color: rgb(96,121,107); }
div.DivClassName
{
background-color: #60796B;
}
.BgClassName
{
background-color: #60796B;
}
</style>
border-color css
<style>
span { border-color: #60796B; }
span { border-color: rgb(96,121,107); }
td.TdClassName
{
border-color: #60796B;
}
.TagClassName
{
border-color: #60796B;
}
</style>