#877F8B

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

Shades of Topaz #877F8B

Tints of Topaz #877F8B

Color information

#877F8B (or 0x877F8B) is unknown color: approx Topaz. HEX triplet: 87, 7F and 8B. RGB value is (135,127,139). Sum of RGB (Red+Green+Blue) = 135+127+139=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 139 - color contains mainly: blue. Hex color #877F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F8B is #788074. Grayscale: #828282. Windows color (decimal): -7897205 or 9142151. OLE color: 9142151.

HSL color Cylindrical-coordinate representation of color #877F8B: hue angle of 280º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #877F8B is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135127139-
CMYK0.030.0900.45
HSL280º4.92%52.16%-
HSV(B)280º8.63%54.51%-
XYZ22.2422.1927.54-
YUV130.76132.65131.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.67%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=33.67%
G=31.67%
B=34.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351271390.030.0900.452804.9252.16
Hex877F8B3902D118534
Octal207177213311055430564
Binary100001111111111100010111110010101101100011000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877F8B; }

 p { color: rgb(135,127,139); }

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

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

 a { background-color: rgb(135,127,139); }

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

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

 span { border-color: rgb(135,127,139); }

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