#868278

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

Shades of Friar Grey #868278

Tints of Friar Grey #868278

Color information

#868278 (or 0x868278) is unknown color: approx Friar Grey. HEX triplet: 86, 82 and 78. RGB value is (134,130,120). Sum of RGB (Red+Green+Blue) = 134+130+120=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 134 - color contains mainly: red. Hex color #868278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868278 is #797D87. Grayscale: #828282. Windows color (decimal): -7961992 or 7897734. OLE color: 7897734.

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

Color convert

RGB134130120-
CMYK00.030.100.47
HSL42.86º5.51%49.8%-
HSV(B)42.86º10.45%52.55%-
XYZ21.222.3920.97-
YUV130.06122.33130.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=34.90%
G=33.85%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413012000.030.100.4742.865.5149.8
Hex86827803A2F2b632
Octal20620217003125753662
Binary100001101000001011110000111010101111101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868278; }

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

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

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

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

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

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

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

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