#837E8A

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

Shades of Topaz #837E8A

Tints of Topaz #837E8A

Color information

#837E8A (or 0x837E8A) is unknown color: approx Topaz. HEX triplet: 83, 7E and 8A. RGB value is (131,126,138). Sum of RGB (Red+Green+Blue) = 131+126+138=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 138 - color contains mainly: blue. Hex color #837E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837E8A is #7C8175. Grayscale: #808080. Windows color (decimal): -8159606 or 9076355. OLE color: 9076355.

HSL color Cylindrical-coordinate representation of color #837E8A: hue angle of 265º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #837E8A is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB131126138-
CMYK0.050.0900.46
HSL265º4.88%51.76%-
HSV(B)265º8.7%54.12%-
XYZ21.4121.5827.08-
YUV128.86133.16129.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.16%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=33.16%
G=31.90%
B=34.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311261380.050.0900.462654.8851.76
Hex837E8A5902E109534
Octal203176212511056411564
Binary1000001111111101000101010110010101110100001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,126,138); }

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

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

 a { background-color: rgb(131,126,138); }

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

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

 span { border-color: rgb(131,126,138); }

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