#858070

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

Shades of Friar Grey #858070

Tints of Friar Grey #858070

Color information

#858070 (or 0x858070) is unknown color: approx Friar Grey. HEX triplet: 85, 80 and 70. RGB value is (133,128,112). Sum of RGB (Red+Green+Blue) = 133+128+112=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 133 - color contains mainly: red. Hex color #858070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858070 is #7A7F8F. Grayscale: #7F7F7F. Windows color (decimal): -8028048 or 7372933. OLE color: 7372933.

HSL color Cylindrical-coordinate representation of color #858070: hue angle of 45.71º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #858070 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB133128112-
CMYK00.040.160.48
HSL45.71º8.57%48.04%-
HSV(B)45.71º15.79%52.16%-
XYZ20.3221.5918.43-
YUV127.67119.16131.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.66%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=35.66%
G=34.32%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312811200.040.160.4845.718.5748.04
Hex8580700410302e930
Octal205200160042060561160
Binary100001011000000011100000100100001100001011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858070; }

 p { color: rgb(133,128,112); }

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

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

 a { background-color: rgb(133,128,112); }

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

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

 span { border-color: rgb(133,128,112); }

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