#888792

Color #888792 Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #888792

Tints of Grey Suit #888792

Color information

#888792 (or 0x888792) is unknown color: approx Grey Suit. HEX triplet: 88, 87 and 92. RGB value is (136,135,146). Sum of RGB (Red+Green+Blue) = 136+135+146=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 146 - color contains mainly: blue. Hex color #888792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888792 is #77786D. Grayscale: #888888. Windows color (decimal): -7829614 or 9602952. OLE color: 9602952.

HSL color Cylindrical-coordinate representation of color #888792: hue angle of 245.45º 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 #888792 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB136135146-
CMYK0.070.0800.43
HSL245.45º4.8%55.1%-
HSV(B)245.45º7.53%57.25%-
XYZ24.0124.6430.68-
YUV136.55133.33127.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=32.61%
G=32.37%
B=35.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361351460.070.0800.43245.454.855.1
Hex8887927802Bf5537
Octal210207222710053365567
Binary1000100010000111100100101111000010101111110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888792; }

 p { color: rgb(136,135,146); }

 H1.HeaderClassName
 {
   color: #888792;
 }
 .AnyTagClassName
 {
   color: #888792;
 }
</style>
background-color css

<style>
 a { background-color: #888792; }

 a { background-color: rgb(136,135,146); }

 div.DivClassName
 {
   background-color: #888792;
 }
 .BgClassName
 {
   background-color: #888792;
 }
</style>
border-color css

<style>
 span { border-color: #888792; }

 span { border-color: rgb(136,135,146); }

 td.TdClassName
 {
   border-color: #888792;
 }
 .TagClassName
 {
   border-color: #888792;
 }
</style>