#837F8C

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

Shades of Topaz #837F8C

Tints of Topaz #837F8C

Color information

#837F8C (or 0x837F8C) is unknown color: approx Topaz. HEX triplet: 83, 7F and 8C. RGB value is (131,127,140). Sum of RGB (Red+Green+Blue) = 131+127+140=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 140 - color contains mainly: blue. Hex color #837F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837F8C is #7C8073. Grayscale: #818181. Windows color (decimal): -8159348 or 9207683. OLE color: 9207683.

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

Color convert

RGB131127140-
CMYK0.060.0900.45
HSL258.46º5.35%52.35%-
HSV(B)258.46º9.29%54.9%-
XYZ21.6821.927.89-
YUV129.68133.83128.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.91%
GREEN value IS 127 (50% from 255) = 31.91%
BLUE value IS 140 (55.08% from 255) = 35.18%
R=32.91%
G=31.91%
B=35.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311271400.060.0900.45258.465.3552.35
Hex837F8C6902D102534
Octal203177214611055402564
Binary1000001111111111000110011010010101101100000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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