#858378

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

Shades of Friar Grey #858378

Tints of Friar Grey #858378

Color information

#858378 (or 0x858378) is unknown color: approx Friar Grey. HEX triplet: 85, 83 and 78. RGB value is (133,131,120). Sum of RGB (Red+Green+Blue) = 133+131+120=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #858378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858378 is #7A7C87. Grayscale: #828282. Windows color (decimal): -8027272 or 7897989. OLE color: 7897989.

HSL color Cylindrical-coordinate representation of color #858378: hue angle of 50.77º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #858378 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB133131120-
CMYK00.020.100.48
HSL50.77º5.14%49.61%-
HSV(B)50.77º9.77%52.16%-
XYZ21.1822.5821.01-
YUV130.34122.16129.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.64%
GREEN value IS 131 (51.56% from 255) = 34.11%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=34.64%
G=34.11%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313112000.020.100.4850.775.1449.61
Hex85837802A3033532
Octal20520317002126063562
Binary100001011000001111110000101010110000110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858378; }

 p { color: rgb(133,131,120); }

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

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

 a { background-color: rgb(133,131,120); }

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

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

 span { border-color: rgb(133,131,120); }

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