#88857E

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

Shades of Friar Grey #88857E

Tints of Friar Grey #88857E

Color information

#88857E (or 0x88857E) is unknown color: approx Friar Grey. HEX triplet: 88, 85 and 7E. RGB value is (136,133,126). Sum of RGB (Red+Green+Blue) = 136+133+126=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 136 - color contains mainly: red. Hex color #88857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88857E is #777A81. Grayscale: #858585. Windows color (decimal): -7830146 or 8291720. OLE color: 8291720.

HSL color Cylindrical-coordinate representation of color #88857E: hue angle of 42º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #88857E is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB136133126-
CMYK00.020.070.47
HSL42º4.03%51.37%-
HSV(B)42º7.35%53.33%-
XYZ22.3123.5223.1-
YUV133.1123.99130.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.43%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=34.43%
G=33.67%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613312600.020.070.47424.0351.37
Hex88857E0272F2a433
Octal2102051760275752463
Binary10001000100001011111110010111101111101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88857E; }

 p { color: rgb(136,133,126); }

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

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

 a { background-color: rgb(136,133,126); }

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

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

 span { border-color: rgb(136,133,126); }

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