#868476

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

Shades of Friar Grey #868476

Tints of Friar Grey #868476

Color information

#868476 (or 0x868476) is unknown color: approx Friar Grey. HEX triplet: 86, 84 and 76. RGB value is (134,132,118). Sum of RGB (Red+Green+Blue) = 134+132+118=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 134 - color contains mainly: red. Hex color #868476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868476 is #797B89. Grayscale: #838383. Windows color (decimal): -7961482 or 7767174. OLE color: 7767174.

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

Color convert

RGB134132118-
CMYK00.010.120.47
HSL52.5º6.35%49.41%-
HSV(B)52.5º11.94%52.55%-
XYZ21.3522.8820.43-
YUV131120.66130.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=34.90%
G=34.38%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413211800.010.120.4752.56.3549.41
Hex86847601C2F35631
Octal20620416601145765661
Binary10000110100001001110110011100101111110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868476; }

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

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

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

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

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

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

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

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