#878375

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

Shades of Friar Grey #878375

Tints of Friar Grey #878375

Color information

#878375 (or 0x878375) is unknown color: approx Friar Grey. HEX triplet: 87, 83 and 75. RGB value is (135,131,117). Sum of RGB (Red+Green+Blue) = 135+131+117=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 135 - color contains mainly: red. Hex color #878375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878375 is #787C8A. Grayscale: #828282. Windows color (decimal): -7896203 or 7701383. OLE color: 7701383.

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

Color convert

RGB135131117-
CMYK00.030.130.47
HSL46.67º7.14%49.41%-
HSV(B)46.67º13.33%52.94%-
XYZ21.3222.6720.08-
YUV130.6120.33131.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=35.25%
G=34.20%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513111700.030.130.4746.677.1449.41
Hex87837503D2F2f731
Octal20720316503155757761
Binary100001111000001111101010111101101111101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878375; }

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

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

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

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

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

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

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

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