#858772

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

Shades of Bitter #858772

Tints of Bitter #858772

Color information

#858772 (or 0x858772) is unknown color: approx Bitter. HEX triplet: 85, 87 and 72. RGB value is (133,135,114). Sum of RGB (Red+Green+Blue) = 133+135+114=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 135 - color contains mainly: green. Hex color #858772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858772 is #7A788D. Grayscale: #848484. Windows color (decimal): -8026254 or 7505797. OLE color: 7505797.

HSL color Cylindrical-coordinate representation of color #858772: hue angle of 65.71º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #858772 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB133135114-
CMYK0.0100.160.47
HSL65.71º8.43%48.82%-
HSV(B)65.71º15.56%52.94%-
XYZ21.3723.5319.33-
YUV132.01117.84128.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 135 (53.12% from 255) = 35.34%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=34.82%
G=35.34%
B=29.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331351140.0100.160.4765.718.4348.82
Hex85877210102F42831
Octal2052071621020571021061
Binary10000101100001111110010101000010111110000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858772; }

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

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

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

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

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

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

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

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