#848776

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

Shades of Bitter #848776

Tints of Bitter #848776

Color information

#848776 (or 0x848776) is unknown color: approx Bitter. HEX triplet: 84, 87 and 76. RGB value is (132,135,118). Sum of RGB (Red+Green+Blue) = 132+135+118=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 135 - color contains mainly: green. Hex color #848776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848776 is #7B7889. Grayscale: #848484. Windows color (decimal): -8091786 or 7767940. OLE color: 7767940.

HSL color Cylindrical-coordinate representation of color #848776: hue angle of 70.59º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #848776 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB132135118-
CMYK0.0200.130.47
HSL70.59º6.72%49.61%-
HSV(B)70.59º12.59%52.94%-
XYZ21.4523.5420.55-
YUV132.16120.01127.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 135 (53.12% from 255) = 35.06%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=34.29%
G=35.06%
B=30.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321351180.0200.130.4770.596.7249.61
Hex84877620D2F47732
Octal204207166201557107762
Binary1000010010000111111011010011011011111000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848776; }

 p { color: rgb(132,135,118); }

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

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

 a { background-color: rgb(132,135,118); }

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

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

 span { border-color: rgb(132,135,118); }

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