#858072

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

Shades of Friar Grey #858072

Tints of Friar Grey #858072

Color information

#858072 (or 0x858072) is unknown color: approx Friar Grey. HEX triplet: 85, 80 and 72. RGB value is (133,128,114). Sum of RGB (Red+Green+Blue) = 133+128+114=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #858072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858072 is #7A7F8D. Grayscale: #7F7F7F. Windows color (decimal): -8028046 or 7504005. OLE color: 7504005.

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

Color convert

RGB133128114-
CMYK00.040.140.48
HSL44.21º7.69%48.43%-
HSV(B)44.21º14.29%52.16%-
XYZ20.4321.6419.02-
YUV127.9120.16131.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=35.47%
G=34.13%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312811400.040.140.4844.217.6948.43
Hex85807204E302c830
Octal205200162041660541060
Binary10000101100000001110010010011101100001011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858072; }

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

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

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

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

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

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

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

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