#837F72

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

Shades of Friar Grey #837F72

Tints of Friar Grey #837F72

Color information

#837F72 (or 0x837F72) is unknown color: approx Friar Grey. HEX triplet: 83, 7F and 72. RGB value is (131,127,114). Sum of RGB (Red+Green+Blue) = 131+127+114=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 131 - color contains mainly: red. Hex color #837F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F72 is #7C808D. Grayscale: #7E7E7E. Windows color (decimal): -8159374 or 7503747. OLE color: 7503747.

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

Color convert

RGB131127114-
CMYK00.030.130.49
HSL45.88º6.94%48.04%-
HSV(B)45.88º12.98%51.37%-
XYZ19.9921.2218.96-
YUV126.71120.83131.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.22%
GREEN value IS 127 (50% from 255) = 34.14%
BLUE value IS 114 (44.92% from 255) = 30.65%
R=35.22%
G=34.14%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112711400.030.130.4945.886.9448.04
Hex837F7203D312e730
Octal20317716203156156760
Binary10000011111111111100100111101110001101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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