#858770

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

Shades of Bitter #858770

Tints of Bitter #858770

Color information

#858770 (or 0x858770) is unknown color: approx Bitter. HEX triplet: 85, 87 and 70. RGB value is (133,135,112). Sum of RGB (Red+Green+Blue) = 133+135+112=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 135 - color contains mainly: green. Hex color #858770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858770 is #7A788F. Grayscale: #838383. Windows color (decimal): -8026256 or 7374725. OLE color: 7374725.

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

Color convert

RGB133135112-
CMYK0.0100.170.47
HSL65.22º9.31%48.43%-
HSV(B)65.22º17.04%52.94%-
XYZ21.2623.4818.74-
YUV131.78116.84128.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=35%
G=35.53%
B=29.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331351120.0100.170.4765.229.3148.43
Hex85877010112F41930
Octal2052071601021571011160
Binary10000101100001111110000101000110111110000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858770; }

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

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

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

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

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

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

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

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