#827F73

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

Shades of Friar Grey #827F73

Tints of Friar Grey #827F73

Color information

#827F73 (or 0x827F73) is unknown color: approx Friar Grey. HEX triplet: 82, 7F and 73. RGB value is (130,127,115). Sum of RGB (Red+Green+Blue) = 130+127+115=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 130 - color contains mainly: red. Hex color #827F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F73 is #7D808C. Grayscale: #7E7E7E. Windows color (decimal): -8224909 or 7569282. OLE color: 7569282.

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

Color convert

RGB130127115-
CMYK00.020.120.49
HSL48º6.12%48.04%-
HSV(B)48º11.54%50.98%-
XYZ19.8921.1619.26-
YUV126.53121.49130.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 127 (50% from 255) = 34.14%
BLUE value IS 115 (45.31% from 255) = 30.91%
R=34.95%
G=34.14%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012711500.020.120.49486.1248.04
Hex827F7302C3130630
Octal20217716302146160660
Binary10000010111111111100110101100110001110000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827F73; }

 p { color: rgb(130,127,115); }

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

<style>
 a { background-color: #827F73; }

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

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

<style>
 span { border-color: #827F73; }

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

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