#837F87

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

Shades of Topaz #837F87

Tints of Topaz #837F87

Color information

#837F87 (or 0x837F87) is unknown color: approx Topaz. HEX triplet: 83, 7F and 87. RGB value is (131,127,135). Sum of RGB (Red+Green+Blue) = 131+127+135=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 135 - color contains mainly: blue. Hex color #837F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837F87 is #7C8078. Grayscale: #818181. Windows color (decimal): -8159353 or 8880003. OLE color: 8880003.

HSL color Cylindrical-coordinate representation of color #837F87: hue angle of 270º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #837F87 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB131127135-
CMYK0.030.0600.47
HSL270º3.23%51.37%-
HSV(B)270º5.93%52.94%-
XYZ21.3221.7526-
YUV129.11131.33129.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 135 (53.12% from 255) = 34.35%
R=33.33%
G=32.32%
B=34.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311271350.030.0600.472703.2351.37
Hex837F873602F10e333
Octal20317720736057416363
Binary1000001111111111000011111110010111110000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837F87; }

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

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

<style>
 a { background-color: #837F87; }

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

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

<style>
 span { border-color: #837F87; }

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

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