#838772

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

Shades of Bitter #838772

Tints of Bitter #838772

Color information

#838772 (or 0x838772) is unknown color: approx Bitter. HEX triplet: 83, 87 and 72. RGB value is (131,135,114). Sum of RGB (Red+Green+Blue) = 131+135+114=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 135 - color contains mainly: green. Hex color #838772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838772 is #7C788D. Grayscale: #838383. Windows color (decimal): -8157326 or 7505795. OLE color: 7505795.

HSL color Cylindrical-coordinate representation of color #838772: hue angle of 71.43º 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 #838772 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB131135114-
CMYK0.0300.160.47
HSL71.43º8.43%48.82%-
HSV(B)71.43º15.56%52.94%-
XYZ21.0623.3719.32-
YUV131.41118.17127.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.47%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 114 (44.92% from 255) = 30%
R=34.47%
G=35.53%
B=30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311351140.0300.160.4771.438.4348.82
Hex83877230102F47831
Octal2032071623020571071061
Binary100000111000011111100101101000010111110001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838772; }

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

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

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

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

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

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

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

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