#88867B

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

Shades of Friar Grey #88867B

Tints of Friar Grey #88867B

Color information

#88867B (or 0x88867B) is unknown color: approx Friar Grey. HEX triplet: 88, 86 and 7B. RGB value is (136,134,123). Sum of RGB (Red+Green+Blue) = 136+134+123=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 136 - color contains mainly: red. Hex color #88867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88867B is #777984. Grayscale: #858585. Windows color (decimal): -7829893 or 8095368. OLE color: 8095368.

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

Color convert

RGB136134123-
CMYK00.010.100.47
HSL50.77º5.18%50.78%-
HSV(B)50.77º9.56%53.33%-
XYZ22.2523.7122.14-
YUV133.34122.16129.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=34.61%
G=34.10%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613412300.010.100.4750.775.1850.78
Hex88867B01A2F33533
Octal21020617301125763563
Binary10001000100001101111011011010101111110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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