#888374

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

Shades of Friar Grey #888374

Tints of Friar Grey #888374

Color information

#888374 (or 0x888374) is unknown color: approx Friar Grey. HEX triplet: 88, 83 and 74. RGB value is (136,131,116). Sum of RGB (Red+Green+Blue) = 136+131+116=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 136 - color contains mainly: red. Hex color #888374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888374 is #777C8B. Grayscale: #828282. Windows color (decimal): -7830668 or 7635848. OLE color: 7635848.

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

Color convert

RGB136131116-
CMYK00.040.150.47
HSL45º7.94%49.41%-
HSV(B)45º14.71%53.33%-
XYZ21.4222.7319.78-
YUV130.78119.66131.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.51%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 116 (45.70% from 255) = 30.29%
R=35.51%
G=34.20%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613111600.040.150.47457.9449.41
Hex88837404F2F2d831
Octal210203164041757551061
Binary10001000100000111110100010011111011111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888374; }

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

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

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

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

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

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

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

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