Html Css Color HEX #878D70 Bitter

📋 copy color: '#878D70'

red 135 ◦ green 141 ◦ blue 112

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

Shades of Bitter #878D70

Tints of Bitter #878D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 34.79%
G = 36.34%
B = 28.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#878D70 (or 0x878D70) is known color: Bitter. HEX triplet: 87, 8D and 70. RGB value is (135,141,112). Sum of RGB (Red+Green+Blue) = 135+141+112=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 141 - color contains mainly: green. Hex color #878D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D70 is #78728F. Grayscale: #888888. Windows color (decimal): -7893648 or 7376263. OLE color: 7376263.

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

Color convert

RGB 135 141 112 -
CMYK 0.04 0 0.21 0.45
HSL 72.41º 0.11% 0.5% -
HSV(B) 72.41º 0.21% 0.55% -
XYZ 22.44 25.37 19.04 -
YUV 135.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 135 141 112 0.04 0 0.21 0.45 72.41 0.11 0.5
Hex 87 8D 70 4 0 15 2D 48 B 32
Octal 207 215 160 4 0 25 55 110 13 62
Binary 10000111 10001101 1110000 100 0 10101 101101 1001000 1011 110010

Color Harmonies of #878D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878D70

Black with #878D70

Text Example


Text Example

White with #878D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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