#87768F

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

Shades of Topaz #87768F

Tints of Topaz #87768F

Color information

#87768F (or 0x87768F) is unknown color: approx Topaz. HEX triplet: 87, 76 and 8F. RGB value is (135,118,143). Sum of RGB (Red+Green+Blue) = 135+118+143=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 143 - color contains mainly: blue. Hex color #87768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87768F is #788970. Grayscale: #7D7D7D. Windows color (decimal): -7899505 or 9401991. OLE color: 9401991.

HSL color Cylindrical-coordinate representation of color #87768F: hue angle of 280.8º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #87768F is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135118143-
CMYK0.060.1700.44
HSL280.8º10.04%51.18%-
HSV(B)280.8º17.48%56.08%-
XYZ21.4320.0928.74-
YUV125.93137.63134.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.09%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 143 (56.25% from 255) = 36.11%
R=34.09%
G=29.80%
B=36.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351181430.060.1700.44280.810.0451.18
Hex87768F61102C119a33
Octal2071662176210544311263
Binary100001111110110100011111101000101011001000110011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87768F; }

 p { color: rgb(135,118,143); }

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

<style>
 a { background-color: #87768F; }

 a { background-color: rgb(135,118,143); }

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

<style>
 span { border-color: #87768F; }

 span { border-color: rgb(135,118,143); }

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