#858176

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

Shades of Friar Grey #858176

Tints of Friar Grey #858176

Color information

#858176 (or 0x858176) is unknown color: approx Friar Grey. HEX triplet: 85, 81 and 76. RGB value is (133,129,118). Sum of RGB (Red+Green+Blue) = 133+129+118=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 133 - color contains mainly: red. Hex color #858176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858176 is #7A7E89. Grayscale: #808080. Windows color (decimal): -8027786 or 7766405. OLE color: 7766405.

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

Color convert

RGB133129118-
CMYK00.030.110.48
HSL44º5.98%49.22%-
HSV(B)44º11.28%52.16%-
XYZ20.792220.29-
YUV128.94121.83130.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=35%
G=33.95%
B=31.05%

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
Decimal13312911800.030.110.48445.9849.22
Hex85817603B302c631
Octal20520116603136054661
Binary100001011000000111101100111011110000101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858176; }

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

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

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

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

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

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

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

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