Html Css Color HEX #878C71 Bitter

📋 copy color: '#878C71'

red 135 ◦ green 140 ◦ blue 113

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

Shades of Bitter #878C71

Tints of Bitter #878C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.12%

R = 34.79%
G = 36.08%
B = 29.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#878C71 (or 0x878C71) is known color: Bitter. HEX triplet: 87, 8C and 71. RGB value is (135,140,113). Sum of RGB (Red+Green+Blue) = 135+140+113=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 140 - color contains mainly: green. Hex color #878C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878C71 is #78738E. Grayscale: #878787. Windows color (decimal): -7893903 or 7441543. OLE color: 7441543.

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

Color convert

RGB 135 140 113 -
CMYK 0.04 0 0.19 0.45
HSL 71.11º 0.11% 0.5% -
HSV(B) 71.11º 0.19% 0.55% -
XYZ 22.35 25.1 19.29 -
YUV 135.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 135 140 113 0.04 0 0.19 0.45 71.11 0.11 0.5
Hex 87 8C 71 4 0 13 2D 47 B 32
Octal 207 214 161 4 0 23 55 107 13 62
Binary 10000111 10001100 1110001 100 0 10011 101101 1000111 1011 110010

Color Harmonies of #878C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878C71

Black with #878C71

Text Example


Text Example

White with #878C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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