Html Css Color HEX #878C76 Bitter

📋 copy color: '#878C76'

red 135 ◦ green 140 ◦ blue 118

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

Shades of Bitter #878C76

Tints of Bitter #878C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.62%

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

R = 34.35%
G = 35.62%
B = 30.03%

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

#878C76 (or 0x878C76) is known color: Bitter. HEX triplet: 87, 8C and 76. RGB value is (135,140,118). Sum of RGB (Red+Green+Blue) = 135+140+118=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 140 - color contains mainly: green. Hex color #878C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878C76 is #787389. Grayscale: #888888. Windows color (decimal): -7893898 or 7769223. OLE color: 7769223.

HSL color Cylindrical-coordinate representation of color #878C76: hue angle of 73.64º 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 #878C76 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 140 118 -
CMYK 0.04 0 0.16 0.45
HSL 73.64º 0.09% 0.51% -
HSV(B) 73.64º 0.16% 0.55% -
XYZ 22.64 25.22 20.81 -
YUV 136 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 135 140 118 0.04 0 0.16 0.45 73.64 0.09 0.51
Hex 87 8C 76 4 0 10 2D 4A 9 33
Octal 207 214 166 4 0 20 55 112 11 63
Binary 10000111 10001100 1110110 100 0 10000 101101 1001010 1001 110011

Color Harmonies of #878C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878C76

Black with #878C76

Text Example


Text Example

White with #878C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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