Shades of Grey Suit #888692
Tints of Grey Suit #888692
RGB
CMYK
RGB Variations
Color information
#888692 (or 0x888692) is known color: Grey Suit. HEX triplet: 88, 86 and 92. RGB value is (136,134,146). Sum of RGB (Red+Green+Blue) = 136+134+146=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 146 - color contains mainly: blue. Hex color #888692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888692 is #77796D. Grayscale: #878787. Windows color (decimal): -7829870 or 9602696. OLE color: 9602696.
HSL color Cylindrical-coordinate representation of color #888692: hue angle of 250º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #888692 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 134 | 146 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.43 |
| HSL | 250º | 0.05% | 0.55% | - |
| HSV(B) | 250º | 0.08% | 0.57% | - |
| XYZ | 23.87 | 24.36 | 30.64 | - |
| YUV | 135.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 146 | 0.07 | 0.08 | 0 | 0.43 | 250 | 0.05 | 0.55 |
| Hex | 88 | 86 | 92 | 7 | 8 | 0 | 2B | FA | 5 | 37 |
| Octal | 210 | 206 | 222 | 7 | 10 | 0 | 53 | 372 | 5 | 67 |
| Binary | 10001000 | 10000110 | 10010010 | 111 | 1000 | 0 | 101011 | 11111010 | 101 | 110111 |
Color Harmonies of #888692
Complementary color
Monochromatic Colors of #888692
Black with #888692
Text Example
Text Example
White with #888692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888692; }
p { color: rgb(136,134,146); }
H1.HeaderClassName
{
color: #888692;
}
.AnyTagClassName
{
color: #888692;
}
</style>
background-color css
<style>
a { background-color: #888692; }
a { background-color: rgb(136,134,146); }
div.DivClassName
{
background-color: #888692;
}
.BgClassName
{
background-color: #888692;
}
</style>
border-color css
<style>
span { border-color: #888692; }
span { border-color: rgb(136,134,146); }
td.TdClassName
{
border-color: #888692;
}
.TagClassName
{
border-color: #888692;
}
</style>