#88867D

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

Shades of Friar Grey #88867D

Tints of Friar Grey #88867D

Color information

#88867D (or 0x88867D) is unknown color: approx Friar Grey. HEX triplet: 88, 86 and 7D. RGB value is (136,134,125). Sum of RGB (Red+Green+Blue) = 136+134+125=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 136 - color contains mainly: red. Hex color #88867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88867D is #777982. Grayscale: #858585. Windows color (decimal): -7829891 or 8226440. OLE color: 8226440.

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

Color convert

RGB136134125-
CMYK00.010.080.47
HSL49.09º4.42%51.18%-
HSV(B)49.09º8.09%53.33%-
XYZ22.3823.7722.81-
YUV133.57123.16129.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.43%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=34.43%
G=33.92%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613412500.010.080.4749.094.4251.18
Hex88867D0182F31433
Octal21020617501105761463
Binary10001000100001101111101011000101111110001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88867D; }

 p { color: rgb(136,134,125); }

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

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

 a { background-color: rgb(136,134,125); }

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

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

 span { border-color: rgb(136,134,125); }

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