#837C87

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

Shades of Topaz #837C87

Tints of Topaz #837C87

Color information

#837C87 (or 0x837C87) is unknown color: approx Topaz. HEX triplet: 83, 7C and 87. RGB value is (131,124,135). Sum of RGB (Red+Green+Blue) = 131+124+135=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 135 - color contains mainly: blue. Hex color #837C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C87 is #7C8378. Grayscale: #7F7F7F. Windows color (decimal): -8160121 or 8879235. OLE color: 8879235.

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

Color convert

RGB131124135-
CMYK0.030.0800.47
HSL278.18º4.38%50.78%-
HSV(B)278.18º8.15%52.94%-
XYZ20.9420.9925.87-
YUV127.35132.32130.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 124 (48.83% from 255) = 31.79%
BLUE value IS 135 (53.12% from 255) = 34.62%
R=33.59%
G=31.79%
B=34.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311241350.030.0800.47278.184.3850.78
Hex837C873802F116433
Octal203174207310057426463
Binary100000111111100100001111110000101111100010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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