#858177

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

Shades of Friar Grey #858177

Tints of Friar Grey #858177

Color information

#858177 (or 0x858177) is unknown color: approx Friar Grey. HEX triplet: 85, 81 and 77. RGB value is (133,129,119). Sum of RGB (Red+Green+Blue) = 133+129+119=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #858177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858177 is #7A7E88. Grayscale: #818181. Windows color (decimal): -8027785 or 7831941. OLE color: 7831941.

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

Color convert

RGB133129119-
CMYK00.030.110.48
HSL42.86º5.56%49.41%-
HSV(B)42.86º10.53%52.16%-
XYZ20.8522.0220.6-
YUV129.06122.33130.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=34.91%
G=33.86%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312911900.030.110.4842.865.5649.41
Hex85817703B302b631
Octal20520116703136053661
Binary100001011000000111101110111011110000101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858177; }

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

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

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

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

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

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

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

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