Shades of Sirocco #65786C
Tints of Sirocco #65786C
RGB
CMYK
RGB Variations
Color information
#65786C (or 0x65786C) is known color: Sirocco. HEX triplet: 65, 78 and 6C. RGB value is (101,120,108). Sum of RGB (Red+Green+Blue) = 101+120+108=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 120 - color contains mainly: green. Hex color #65786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65786C is #9A8793. Grayscale: #707070. Windows color (decimal): -10127252 or 7108709. OLE color: 7108709.
HSL color Cylindrical-coordinate representation of color #65786C: hue angle of 142.11º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #65786C is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 120 | 108 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.53 |
| HSL | 142.11º | 0.09% | 0.43% | - |
| HSV(B) | 142.11º | 0.16% | 0.47% | - |
| XYZ | 14.79 | 17.28 | 16.74 | - |
| YUV | 112.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 108 | 0.16 | 0 | 0.10 | 0.53 | 142.11 | 0.09 | 0.43 |
| Hex | 65 | 78 | 6C | 10 | 0 | A | 35 | 8E | 9 | 2B |
| Octal | 145 | 170 | 154 | 20 | 0 | 12 | 65 | 216 | 11 | 53 |
| Binary | 1100101 | 1111000 | 1101100 | 10000 | 0 | 1010 | 110101 | 10001110 | 1001 | 101011 |
Color Harmonies of #65786C
Complementary color
Monochromatic Colors of #65786C
Black with #65786C
Text Example
Text Example
White with #65786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65786C; }
p { color: rgb(101,120,108); }
H1.HeaderClassName
{
color: #65786C;
}
.AnyTagClassName
{
color: #65786C;
}
</style>
background-color css
<style>
a { background-color: #65786C; }
a { background-color: rgb(101,120,108); }
div.DivClassName
{
background-color: #65786C;
}
.BgClassName
{
background-color: #65786C;
}
</style>
border-color css
<style>
span { border-color: #65786C; }
span { border-color: rgb(101,120,108); }
td.TdClassName
{
border-color: #65786C;
}
.TagClassName
{
border-color: #65786C;
}
</style>