#848071

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

Shades of Friar Grey #848071

Tints of Friar Grey #848071

Color information

#848071 (or 0x848071) is unknown color: approx Friar Grey. HEX triplet: 84, 80 and 71. RGB value is (132,128,113). Sum of RGB (Red+Green+Blue) = 132+128+113=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 132 - color contains mainly: red. Hex color #848071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848071 is #7B7F8E. Grayscale: #7F7F7F. Windows color (decimal): -8093583 or 7438468. OLE color: 7438468.

HSL color Cylindrical-coordinate representation of color #848071: hue angle of 47.37º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #848071 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB132128113-
CMYK00.030.140.48
HSL47.37º7.76%48.04%-
HSV(B)47.37º14.39%51.76%-
XYZ20.2221.5418.71-
YUV127.49119.83131.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=35.39%
G=34.32%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212811300.030.140.4847.377.7648.04
Hex84807103E302f830
Octal204200161031660571060
Binary1000010010000000111000101111101100001011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848071; }

 p { color: rgb(132,128,113); }

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

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

 a { background-color: rgb(132,128,113); }

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

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

 span { border-color: rgb(132,128,113); }

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