#848277

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

Shades of Friar Grey #848277

Tints of Friar Grey #848277

Color information

#848277 (or 0x848277) is unknown color: approx Friar Grey. HEX triplet: 84, 82 and 77. RGB value is (132,130,119). Sum of RGB (Red+Green+Blue) = 132+130+119=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 132 - color contains mainly: red. Hex color #848277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848277 is #7B7D88. Grayscale: #818181. Windows color (decimal): -8093065 or 7832196. OLE color: 7832196.

HSL color Cylindrical-coordinate representation of color #848277: hue angle of 50.77º 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 #848277 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB132130119-
CMYK00.020.100.48
HSL50.77º5.18%49.22%-
HSV(B)50.77º9.85%51.76%-
XYZ20.8322.220.64-
YUV129.34122.16129.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 130 (51.17% from 255) = 34.12%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=34.65%
G=34.12%
B=31.23%

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
Decimal13213011900.020.100.4850.775.1849.22
Hex84827702A3033531
Octal20420216702126063561
Binary100001001000001011101110101010110000110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848277; }

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

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

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

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

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

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

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

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