#81876B

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

Shades of Bitter #81876B

Tints of Bitter #81876B

Color information

#81876B (or 0x81876B) is unknown color: approx Bitter. HEX triplet: 81, 87 and 6B. RGB value is (129,135,107). Sum of RGB (Red+Green+Blue) = 129+135+107=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #81876B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81876B is #7E7894. Grayscale: #828282. Windows color (decimal): -8288405 or 7047041. OLE color: 7047041.

HSL color Cylindrical-coordinate representation of color #81876B: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #81876B is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB129135107-
CMYK0.0400.210.47
HSL72.86º11.57%47.45%-
HSV(B)72.86º20.74%52.94%-
XYZ20.3723.0617.29-
YUV130.01115.01127.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.77%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=34.77%
G=36.39%
B=28.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291351070.0400.210.4772.8611.5747.45
Hex81876B40152F49c2f
Octal2012071534025571111457
Binary1000000110000111110101110001010110111110010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81876B; }

 p { color: rgb(129,135,107); }

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

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

 a { background-color: rgb(129,135,107); }

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

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

 span { border-color: rgb(129,135,107); }

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