Shades of Ironside Grey #767265
Tints of Ironside Grey #767265
RGB
CMYK
RGB Variations
Color information
#767265 (or 0x767265) is known color: Ironside Grey. HEX triplet: 76, 72 and 65. RGB value is (118,114,101). Sum of RGB (Red+Green+Blue) = 118+114+101=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #767265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767265 is #898D9A. Grayscale: #717171. Windows color (decimal): -9014683 or 6648438. OLE color: 6648438.
HSL color Cylindrical-coordinate representation of color #767265: hue angle of 45.88º 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 #767265 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 114 | 101 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.54 |
| HSL | 45.88º | 0.08% | 0.43% | - |
| HSV(B) | 45.88º | 0.14% | 0.46% | - |
| XYZ | 15.84 | 16.83 | 14.72 | - |
| YUV | 113.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 101 | 0 | 0.03 | 0.14 | 0.54 | 45.88 | 0.08 | 0.43 |
| Hex | 76 | 72 | 65 | 0 | 3 | E | 36 | 2E | 8 | 2B |
| Octal | 166 | 162 | 145 | 0 | 3 | 16 | 66 | 56 | 10 | 53 |
| Binary | 1110110 | 1110010 | 1100101 | 0 | 11 | 1110 | 110110 | 101110 | 1000 | 101011 |
Color Harmonies of #767265
Complementary color
Monochromatic Colors of #767265
Black with #767265
Text Example
Text Example
White with #767265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767265; }
p { color: rgb(118,114,101); }
H1.HeaderClassName
{
color: #767265;
}
.AnyTagClassName
{
color: #767265;
}
</style>
background-color css
<style>
a { background-color: #767265; }
a { background-color: rgb(118,114,101); }
div.DivClassName
{
background-color: #767265;
}
.BgClassName
{
background-color: #767265;
}
</style>
border-color css
<style>
span { border-color: #767265; }
span { border-color: rgb(118,114,101); }
td.TdClassName
{
border-color: #767265;
}
.TagClassName
{
border-color: #767265;
}
</style>