#888375

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

Shades of Friar Grey #888375

Tints of Friar Grey #888375

Color information

#888375 (or 0x888375) is unknown color: approx Friar Grey. HEX triplet: 88, 83 and 75. RGB value is (136,131,117). Sum of RGB (Red+Green+Blue) = 136+131+117=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 136 - color contains mainly: red. Hex color #888375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888375 is #777C8A. Grayscale: #828282. Windows color (decimal): -7830667 or 7701384. OLE color: 7701384.

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

Color convert

RGB136131117-
CMYK00.040.140.47
HSL44.21º7.51%49.61%-
HSV(B)44.21º13.97%53.33%-
XYZ21.4822.7520.09-
YUV130.9120.16131.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.42%
GREEN value IS 131 (51.56% from 255) = 34.11%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=35.42%
G=34.11%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613111700.040.140.4744.217.5149.61
Hex88837504E2F2c832
Octal210203165041657541062
Binary10001000100000111110101010011101011111011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888375; }

 p { color: rgb(136,131,117); }

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

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

 a { background-color: rgb(136,131,117); }

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

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

 span { border-color: rgb(136,131,117); }

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