#837C86

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

Shades of Topaz #837C86

Tints of Topaz #837C86

Color information

#837C86 (or 0x837C86) is unknown color: approx Topaz. HEX triplet: 83, 7C and 86. RGB value is (131,124,134). Sum of RGB (Red+Green+Blue) = 131+124+134=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 134 - color contains mainly: blue. Hex color #837C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C86 is #7C8379. Grayscale: #7F7F7F. Windows color (decimal): -8160122 or 8813699. OLE color: 8813699.

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

Color convert

RGB131124134-
CMYK0.020.0700.47
HSL282º3.97%50.59%-
HSV(B)282º7.46%52.55%-
XYZ20.8720.9625.5-
YUV127.23131.82130.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=33.68%
G=31.88%
B=34.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311241340.020.0700.472823.9750.59
Hex837C862702F11a433
Octal20317420627057432463
Binary10000011111110010000110101110101111100011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,124,134); }

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

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

 a { background-color: rgb(131,124,134); }

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

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

 span { border-color: rgb(131,124,134); }

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