#837C8F

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

Shades of Topaz #837C8F

Tints of Topaz #837C8F

Color information

#837C8F (or 0x837C8F) is unknown color: approx Topaz. HEX triplet: 83, 7C and 8F. RGB value is (131,124,143). Sum of RGB (Red+Green+Blue) = 131+124+143=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 143 - color contains mainly: blue. Hex color #837C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C8F is #7C8370. Grayscale: #808080. Windows color (decimal): -8160113 or 9403523. OLE color: 9403523.

HSL color Cylindrical-coordinate representation of color #837C8F: hue angle of 262.11º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #837C8F is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131124143-
CMYK0.080.1300.44
HSL262.11º7.82%52.35%-
HSV(B)262.11º13.29%56.08%-
XYZ21.5321.2228.95-
YUV128.26136.32129.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.91%
GREEN value IS 124 (48.83% from 255) = 31.16%
BLUE value IS 143 (56.25% from 255) = 35.93%
R=32.91%
G=31.16%
B=35.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311241430.080.1300.44262.117.8252.35
Hex837C8F8D02C106834
Octal20317421710150544061064
Binary100000111111100100011111000110101011001000001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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