Shades of Sirocco #65766D
Tints of Sirocco #65766D
RGB
CMYK
RGB Variations
Color information
#65766D (or 0x65766D) is known color: Sirocco. HEX triplet: 65, 76 and 6D. RGB value is (101,118,109). Sum of RGB (Red+Green+Blue) = 101+118+109=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #65766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65766D is #9A8992. Grayscale: #6F6F6F. Windows color (decimal): -10127763 or 7173733. OLE color: 7173733.
HSL color Cylindrical-coordinate representation of color #65766D: hue angle of 148.24º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #65766D is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 118 | 109 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.54 |
| HSL | 148.24º | 0.08% | 0.43% | - |
| HSV(B) | 148.24º | 0.14% | 0.46% | - |
| XYZ | 14.61 | 16.83 | 16.95 | - |
| YUV | 111.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 109 | 0.14 | 0 | 0.08 | 0.54 | 148.24 | 0.08 | 0.43 |
| Hex | 65 | 76 | 6D | E | 0 | 8 | 36 | 94 | 8 | 2B |
| Octal | 145 | 166 | 155 | 16 | 0 | 10 | 66 | 224 | 10 | 53 |
| Binary | 1100101 | 1110110 | 1101101 | 1110 | 0 | 1000 | 110110 | 10010100 | 1000 | 101011 |
Color Harmonies of #65766D
Complementary color
Monochromatic Colors of #65766D
Black with #65766D
Text Example
Text Example
White with #65766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65766D; }
p { color: rgb(101,118,109); }
H1.HeaderClassName
{
color: #65766D;
}
.AnyTagClassName
{
color: #65766D;
}
</style>
background-color css
<style>
a { background-color: #65766D; }
a { background-color: rgb(101,118,109); }
div.DivClassName
{
background-color: #65766D;
}
.BgClassName
{
background-color: #65766D;
}
</style>
border-color css
<style>
span { border-color: #65766D; }
span { border-color: rgb(101,118,109); }
td.TdClassName
{
border-color: #65766D;
}
.TagClassName
{
border-color: #65766D;
}
</style>