#878374

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

Shades of Friar Grey #878374

Tints of Friar Grey #878374

Color information

#878374 (or 0x878374) is unknown color: approx Friar Grey. HEX triplet: 87, 83 and 74. RGB value is (135,131,116). Sum of RGB (Red+Green+Blue) = 135+131+116=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 135 - color contains mainly: red. Hex color #878374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878374 is #787C8B. Grayscale: #828282. Windows color (decimal): -7896204 or 7635847. OLE color: 7635847.

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

Color convert

RGB135131116-
CMYK00.030.140.47
HSL47.37º7.57%49.22%-
HSV(B)47.37º14.07%52.94%-
XYZ21.2622.6419.77-
YUV130.49119.83131.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.34%
GREEN value IS 131 (51.56% from 255) = 34.29%
BLUE value IS 116 (45.70% from 255) = 30.37%
R=35.34%
G=34.29%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513111600.030.140.4747.377.5749.22
Hex87837403E2F2f831
Octal207203164031657571061
Binary1000011110000011111010001111101011111011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878374; }

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

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

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

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

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

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

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

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