#878769

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

Shades of Bitter #878769

Tints of Bitter #878769

Color information

#878769 (or 0x878769) is unknown color: approx Bitter. HEX triplet: 87, 87 and 69. RGB value is (135,135,105). Sum of RGB (Red+Green+Blue) = 135+135+105=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878769 is #787896. Grayscale: #838383. Windows color (decimal): -7895191 or 6915975. OLE color: 6915975.

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

Color convert

RGB135135105-
CMYK000.220.47
HSL60º12.5%47.06%-
HSV(B)60º22.22%52.94%-
XYZ21.2123.516.78-
YUV131.58113130.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 105 (41.41% from 255) = 28%
R=36%
G=36%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135135105000.220.476012.547.06
Hex87876900162F3cd2f
Octal207207151002657741557
Binary1000011110000111110100100101101011111111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878769; }

 p { color: rgb(135,135,105); }

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

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

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

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

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

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

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