#858277

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

Shades of Friar Grey #858277

Tints of Friar Grey #858277

Color information

#858277 (or 0x858277) is unknown color: approx Friar Grey. HEX triplet: 85, 82 and 77. RGB value is (133,130,119). Sum of RGB (Red+Green+Blue) = 133+130+119=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 133 - color contains mainly: red. Hex color #858277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858277 is #7A7D88. Grayscale: #818181. Windows color (decimal): -8027529 or 7832197. OLE color: 7832197.

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

Color convert

RGB133130119-
CMYK00.020.110.48
HSL47.14º5.56%49.41%-
HSV(B)47.14º10.53%52.16%-
XYZ20.9922.2820.65-
YUV129.64121.99130.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 130 (51.17% from 255) = 34.03%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=34.82%
G=34.03%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313011900.020.110.4847.145.5649.41
Hex85827702B302f631
Octal20520216702136057661
Binary100001011000001011101110101011110000101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858277; }

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

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

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

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

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

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

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

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