Shades of Sirocco #65776D
Tints of Sirocco #65776D
RGB
CMYK
RGB Variations
Color information
#65776D (or 0x65776D) is known color: Sirocco. HEX triplet: 65, 77 and 6D. RGB value is (101,119,109). Sum of RGB (Red+Green+Blue) = 101+119+109=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #65776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65776D is #9A8892. Grayscale: #707070. Windows color (decimal): -10127507 or 7173989. OLE color: 7173989.
HSL color Cylindrical-coordinate representation of color #65776D: hue angle of 146.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #65776D is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 119 | 109 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.53 |
| HSL | 146.67º | 0.08% | 0.43% | - |
| HSV(B) | 146.67º | 0.15% | 0.47% | - |
| XYZ | 14.72 | 17.06 | 16.99 | - |
| YUV | 112.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 109 | 0.15 | 0 | 0.08 | 0.53 | 146.67 | 0.08 | 0.43 |
| Hex | 65 | 77 | 6D | F | 0 | 8 | 35 | 93 | 8 | 2B |
| Octal | 145 | 167 | 155 | 17 | 0 | 10 | 65 | 223 | 10 | 53 |
| Binary | 1100101 | 1110111 | 1101101 | 1111 | 0 | 1000 | 110101 | 10010011 | 1000 | 101011 |
Color Harmonies of #65776D
Complementary color
Monochromatic Colors of #65776D
Black with #65776D
Text Example
Text Example
White with #65776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65776D; }
p { color: rgb(101,119,109); }
H1.HeaderClassName
{
color: #65776D;
}
.AnyTagClassName
{
color: #65776D;
}
</style>
background-color css
<style>
a { background-color: #65776D; }
a { background-color: rgb(101,119,109); }
div.DivClassName
{
background-color: #65776D;
}
.BgClassName
{
background-color: #65776D;
}
</style>
border-color css
<style>
span { border-color: #65776D; }
span { border-color: rgb(101,119,109); }
td.TdClassName
{
border-color: #65776D;
}
.TagClassName
{
border-color: #65776D;
}
</style>