#887F8E

Color #887F8E Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #887F8E

Tints of Topaz #887F8E

Color information

#887F8E (or 0x887F8E) is unknown color: approx Topaz. HEX triplet: 88, 7F and 8E. RGB value is (136,127,142). Sum of RGB (Red+Green+Blue) = 136+127+142=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 142 - color contains mainly: blue. Hex color #887F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887F8E is #778071. Grayscale: #838383. Windows color (decimal): -7831666 or 9338760. OLE color: 9338760.

HSL color Cylindrical-coordinate representation of color #887F8E: hue angle of 276º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #887F8E is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136127142-
CMYK0.040.1100.44
HSL276º6.22%52.75%-
HSV(B)276º10.56%55.69%-
XYZ22.6322.3728.72-
YUV131.4133.98131.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.58%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=33.58%
G=31.36%
B=35.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361271420.040.1100.442766.2252.75
Hex887F8E4B02C114635
Octal210177216413054424665
Binary1000100011111111000111010010110101100100010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887F8E; }

 p { color: rgb(136,127,142); }

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

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

 a { background-color: rgb(136,127,142); }

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

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

 span { border-color: rgb(136,127,142); }

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