#868275

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

Shades of Friar Grey #868275

Tints of Friar Grey #868275

Color information

#868275 (or 0x868275) is unknown color: approx Friar Grey. HEX triplet: 86, 82 and 75. RGB value is (134,130,117). Sum of RGB (Red+Green+Blue) = 134+130+117=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 134 - color contains mainly: red. Hex color #868275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868275 is #797D8A. Grayscale: #818181. Windows color (decimal): -7961995 or 7701126. OLE color: 7701126.

HSL color Cylindrical-coordinate representation of color #868275: hue angle of 45.88º 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 #868275 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB134130117-
CMYK00.030.130.47
HSL45.88º6.77%49.22%-
HSV(B)45.88º12.69%52.55%-
XYZ21.0322.3220.03-
YUV129.71120.83131.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 130 (51.17% from 255) = 34.12%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=35.17%
G=34.12%
B=30.71%

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
Decimal13413011700.030.130.4745.886.7749.22
Hex86827503D2F2e731
Octal20620216503155756761
Binary100001101000001011101010111101101111101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868275; }

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

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

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

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

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

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

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

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