#87798D

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

Shades of Topaz #87798D

Tints of Topaz #87798D

Color information

#87798D (or 0x87798D) is unknown color: approx Topaz. HEX triplet: 87, 79 and 8D. RGB value is (135,121,141). Sum of RGB (Red+Green+Blue) = 135+121+141=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 141 - color contains mainly: blue. Hex color #87798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87798D is #788672. Grayscale: #7F7F7F. Windows color (decimal): -7898739 or 9271687. OLE color: 9271687.

HSL color Cylindrical-coordinate representation of color #87798D: hue angle of 282º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #87798D is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135121141-
CMYK0.040.1400.45
HSL282º8.06%51.37%-
HSV(B)282º14.18%55.29%-
XYZ21.6420.7528.06-
YUV127.47135.64133.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.01%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=34.01%
G=30.48%
B=35.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351211410.040.1400.452828.0651.37
Hex87798D4E02D11a833
Octal2071712154160554321063
Binary10000111111100110001101100111001011011000110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87798D; }

 p { color: rgb(135,121,141); }

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

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

 a { background-color: rgb(135,121,141); }

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

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

 span { border-color: rgb(135,121,141); }

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