#868478

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

Shades of Friar Grey #868478

Tints of Friar Grey #868478

Color information

#868478 (or 0x868478) is unknown color: approx Friar Grey. HEX triplet: 86, 84 and 78. RGB value is (134,132,120). Sum of RGB (Red+Green+Blue) = 134+132+120=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 134 - color contains mainly: red. Hex color #868478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868478 is #797B87. Grayscale: #838383. Windows color (decimal): -7961480 or 7898246. OLE color: 7898246.

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

Color convert

RGB134132120-
CMYK00.010.100.47
HSL51.43º5.51%49.8%-
HSV(B)51.43º10.45%52.55%-
XYZ21.4722.9321.06-
YUV131.23121.66129.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=34.72%
G=34.20%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413212000.010.100.4751.435.5149.8
Hex86847801A2F33632
Octal20620417001125763662
Binary10000110100001001111000011010101111110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868478; }

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

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

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

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

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

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

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

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