#868276

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

Shades of Friar Grey #868276

Tints of Friar Grey #868276

Color information

#868276 (or 0x868276) is unknown color: approx Friar Grey. HEX triplet: 86, 82 and 76. RGB value is (134,130,118). Sum of RGB (Red+Green+Blue) = 134+130+118=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 134 - color contains mainly: red. Hex color #868276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868276 is #797D89. Grayscale: #818181. Windows color (decimal): -7961994 or 7766662. OLE color: 7766662.

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

Color convert

RGB134130118-
CMYK00.030.120.47
HSL45º6.35%49.41%-
HSV(B)45º11.94%52.55%-
XYZ21.0822.3420.34-
YUV129.83121.33130.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 130 (51.17% from 255) = 34.03%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=35.08%
G=34.03%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413011800.030.120.47456.3549.41
Hex86827603C2F2d631
Octal20620216603145755661
Binary100001101000001011101100111100101111101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868276; }

 p { color: rgb(134,130,118); }

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

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

 a { background-color: rgb(134,130,118); }

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

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

 span { border-color: rgb(134,130,118); }

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