#887E8F

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

Shades of Topaz #887E8F

Tints of Topaz #887E8F

Color information

#887E8F (or 0x887E8F) is unknown color: approx Topaz. HEX triplet: 88, 7E and 8F. RGB value is (136,126,143). Sum of RGB (Red+Green+Blue) = 136+126+143=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 143 - color contains mainly: blue. Hex color #887E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887E8F is #778170. Grayscale: #828282. Windows color (decimal): -7831921 or 9404040. OLE color: 9404040.

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

Color convert

RGB136126143-
CMYK0.050.1200.44
HSL275.29º7.05%52.75%-
HSV(B)275.29º11.89%56.08%-
XYZ22.5722.1429.07-
YUV130.93134.81131.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.58%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=33.58%
G=31.11%
B=35.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361261430.050.1200.44275.297.0552.75
Hex887E8F5C02C113735
Octal210176217514054423765
Binary1000100011111101000111110111000101100100010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,126,143); }

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

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

 a { background-color: rgb(136,126,143); }

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

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

 span { border-color: rgb(136,126,143); }

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