#837F7F

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

Shades of Grey #837F7F

Tints of Grey #837F7F

Color information

#837F7F (or 0x837F7F) is unknown color: approx Grey. HEX triplet: 83, 7F and 7F. RGB value is (131,127,127). Sum of RGB (Red+Green+Blue) = 131+127+127=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 131 - color contains mainly: red. Hex color #837F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F7F is #7C8080. Grayscale: #808080. Windows color (decimal): -8159361 or 8355715. OLE color: 8355715.

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

Color convert

RGB131127127-
CMYK00.030.030.49
HSL1.59%50.59%-
HSV(B)3.05%51.37%-
XYZ20.7821.5423.14-
YUV128.2127.33130-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 127 (50% from 255) = 32.99%
R=34.03%
G=32.99%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112712700.030.030.4901.5950.59
Hex837F7F033310233
Octal203177177033610263
Binary100000111111111111111101111110001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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