#848177

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

Shades of Friar Grey #848177

Tints of Friar Grey #848177

Color information

#848177 (or 0x848177) is unknown color: approx Friar Grey. HEX triplet: 84, 81 and 77. RGB value is (132,129,119). Sum of RGB (Red+Green+Blue) = 132+129+119=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 132 - color contains mainly: red. Hex color #848177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848177 is #7B7E88. Grayscale: #808080. Windows color (decimal): -8093321 or 7831940. OLE color: 7831940.

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

Color convert

RGB132129119-
CMYK00.020.100.48
HSL46.15º5.18%49.22%-
HSV(B)46.15º9.85%51.76%-
XYZ20.721.9420.6-
YUV128.76122.49130.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.74%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=34.74%
G=33.95%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212911900.020.100.4846.155.1849.22
Hex84817702A302e531
Octal20420116702126056561
Binary100001001000000111101110101010110000101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848177; }

 p { color: rgb(132,129,119); }

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

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

 a { background-color: rgb(132,129,119); }

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

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

 span { border-color: rgb(132,129,119); }

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