#858278

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

Shades of Friar Grey #858278

Tints of Friar Grey #858278

Color information

#858278 (or 0x858278) is unknown color: approx Friar Grey. HEX triplet: 85, 82 and 78. RGB value is (133,130,120). Sum of RGB (Red+Green+Blue) = 133+130+120=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #858278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858278 is #7A7D87. Grayscale: #818181. Windows color (decimal): -8027528 or 7897733. OLE color: 7897733.

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

Color convert

RGB133130120-
CMYK00.020.100.48
HSL46.15º5.14%49.61%-
HSV(B)46.15º9.77%52.16%-
XYZ21.0522.3120.97-
YUV129.76122.49130.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=34.73%
G=33.94%
B=31.33%

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
Decimal13313012000.020.100.4846.155.1449.61
Hex85827802A302e532
Octal20520217002126056562
Binary100001011000001011110000101010110000101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858278; }

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

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

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

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

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

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

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

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