Html Css Color HEX #878D76 Bitter

📋 copy color: '#878D76'

red 135 ◦ green 141 ◦ blue 118

#878D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter #878D76

Tints of Bitter #878D76

RGB

 RED value IS 135 (53.13% from 255) = 34.26%

 GREEN value IS 141 (55.47% from 255) = 35.79%

 BLUE value IS 118 (46.48% from 255) = 29.95%

R = 34.26%
G = 35.79%
B = 29.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#878D76 (or 0x878D76) is known color: Bitter. HEX triplet: 87, 8D and 76. RGB value is (135,141,118). Sum of RGB (Red+Green+Blue) = 135+141+118=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 141 - color contains mainly: green. Hex color #878D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D76 is #787289. Grayscale: #888888. Windows color (decimal): -7893642 or 7769479. OLE color: 7769479.

HSL color Cylindrical-coordinate representation of color #878D76: hue angle of 75.65º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #878D76 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 141 118 -
CMYK 0.04 0 0.16 0.45
HSL 75.65º 0.09% 0.51% -
HSV(B) 75.65º 0.16% 0.55% -
XYZ 22.79 25.51 20.86 -
YUV 136.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 135 141 118 0.04 0 0.16 0.45 75.65 0.09 0.51
Hex 87 8D 76 4 0 10 2D 4C 9 33
Octal 207 215 166 4 0 20 55 114 11 63
Binary 10000111 10001101 1110110 100 0 10000 101101 1001100 1001 110011

Color Harmonies of #878D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878D76

Black with #878D76

Text Example


Text Example

White with #878D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878D76; }

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

 H1.HeaderClassName
 {
   color: #878D76;
 }
 .AnyTagClassName
 {
   color: #878D76;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #878D76;
 }
 .BgClassName
 {
   background-color: #878D76;
 }
</style>

border-color css

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

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

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