#827F75

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

Shades of Friar Grey #827F75

Tints of Friar Grey #827F75

Color information

#827F75 (or 0x827F75) is unknown color: approx Friar Grey. HEX triplet: 82, 7F and 75. RGB value is (130,127,117). Sum of RGB (Red+Green+Blue) = 130+127+117=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 130 - color contains mainly: red. Hex color #827F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F75 is #7D808A. Grayscale: #7E7E7E. Windows color (decimal): -8224907 or 7700354. OLE color: 7700354.

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

Color convert

RGB130127117-
CMYK00.020.10.49
HSL46.15º5.26%48.43%-
HSV(B)46.15º10%50.98%-
XYZ20.0121.2119.87-
YUV126.76122.49130.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.76%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=34.76%
G=33.96%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012711700.020.10.4946.155.2648.43
Hex827F7502A312e530
Octal20217716502126156560
Binary10000010111111111101010101010110001101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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