Shades of Slate Grey #767D84
Tints of Slate Grey #767D84
RGB
CMYK
RGB Variations
Color information
#767D84 (or 0x767D84) is known color: Slate Grey. HEX triplet: 76, 7D and 84. RGB value is (118,125,132). Sum of RGB (Red+Green+Blue) = 118+125+132=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 132 - color contains mainly: blue. Hex color #767D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767D84 is #89827B. Grayscale: #7B7B7B. Windows color (decimal): -9011836 or 8682870. OLE color: 8682870.
HSL color Cylindrical-coordinate representation of color #767D84: hue angle of 210º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #767D84 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 125 | 132 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.48 |
| HSL | 210º | 0.06% | 0.49% | - |
| HSV(B) | 210º | 0.11% | 0.52% | - |
| XYZ | 18.97 | 20.18 | 24.73 | - |
| YUV | 123.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 132 | 0.11 | 0.05 | 0 | 0.48 | 210 | 0.06 | 0.49 |
| Hex | 76 | 7D | 84 | B | 5 | 0 | 30 | D2 | 6 | 31 |
| Octal | 166 | 175 | 204 | 13 | 5 | 0 | 60 | 322 | 6 | 61 |
| Binary | 1110110 | 1111101 | 10000100 | 1011 | 101 | 0 | 110000 | 11010010 | 110 | 110001 |
Color Harmonies of #767D84
Complementary color
Monochromatic Colors of #767D84
Black with #767D84
Text Example
Text Example
White with #767D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767D84; }
p { color: rgb(118,125,132); }
H1.HeaderClassName
{
color: #767D84;
}
.AnyTagClassName
{
color: #767D84;
}
</style>
background-color css
<style>
a { background-color: #767D84; }
a { background-color: rgb(118,125,132); }
div.DivClassName
{
background-color: #767D84;
}
.BgClassName
{
background-color: #767D84;
}
</style>
border-color css
<style>
span { border-color: #767D84; }
span { border-color: rgb(118,125,132); }
td.TdClassName
{
border-color: #767D84;
}
.TagClassName
{
border-color: #767D84;
}
</style>