#868272

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

Shades of Friar Grey #868272

Tints of Friar Grey #868272

Color information

#868272 (or 0x868272) is unknown color: approx Friar Grey. HEX triplet: 86, 82 and 72. RGB value is (134,130,114). Sum of RGB (Red+Green+Blue) = 134+130+114=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 134 - color contains mainly: red. Hex color #868272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868272 is #797D8D. Grayscale: #818181. Windows color (decimal): -7961998 or 7504518. OLE color: 7504518.

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

Color convert

RGB134130114-
CMYK00.030.150.47
HSL48º8.06%48.63%-
HSV(B)48º14.93%52.55%-
XYZ20.8522.2519.11-
YUV129.37119.33131.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.45%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=35.45%
G=34.39%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413011400.030.150.47488.0648.63
Hex86827203F2F30831
Octal206202162031757601061
Binary1000011010000010111001001111111011111100001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868272; }

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

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

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

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

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

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

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

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