#877F94

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

Shades of Topaz #877F94

Tints of Topaz #877F94

Color information

#877F94 (or 0x877F94) is unknown color: approx Topaz. HEX triplet: 87, 7F and 94. RGB value is (135,127,148). Sum of RGB (Red+Green+Blue) = 135+127+148=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 148 - color contains mainly: blue. Hex color #877F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F94 is #78806B. Grayscale: #838383. Windows color (decimal): -7897196 or 9731975. OLE color: 9731975.

HSL color Cylindrical-coordinate representation of color #877F94: hue angle of 262.86º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #877F94 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135127148-
CMYK0.090.1400.42
HSL262.86º8.94%53.92%-
HSV(B)262.86º14.19%58.04%-
XYZ22.9322.4731.15-
YUV131.79137.15130.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.93%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 148 (58.20% from 255) = 36.10%
R=32.93%
G=30.98%
B=36.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351271480.090.1400.42262.868.9453.92
Hex877F949E02A107936
Octal20717722411160524071166
Binary100001111111111100101001001111001010101000001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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