#868477

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

Shades of Friar Grey #868477

Tints of Friar Grey #868477

Color information

#868477 (or 0x868477) is unknown color: approx Friar Grey. HEX triplet: 86, 84 and 77. RGB value is (134,132,119). Sum of RGB (Red+Green+Blue) = 134+132+119=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 134 - color contains mainly: red. Hex color #868477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868477 is #797B88. Grayscale: #838383. Windows color (decimal): -7961481 or 7832710. OLE color: 7832710.

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

Color convert

RGB134132119-
CMYK00.010.110.47
HSL52º5.93%49.61%-
HSV(B)52º11.19%52.55%-
XYZ21.4122.920.74-
YUV131.12121.16130.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=34.81%
G=34.29%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413211900.010.110.47525.9349.61
Hex86847701B2F34632
Octal20620416701135764662
Binary10000110100001001110111011011101111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868477; }

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

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

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

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

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

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

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

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