Html Css Color HEX #878D75 Bitter

📋 copy color: '#878D75'

red 135 ◦ green 141 ◦ blue 117

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

Shades of Bitter #878D75

Tints of Bitter #878D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.77%

R = 34.35%
G = 35.88%
B = 29.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#878D75 (or 0x878D75) is known color: Bitter. HEX triplet: 87, 8D and 75. RGB value is (135,141,117). Sum of RGB (Red+Green+Blue) = 135+141+117=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 141 - color contains mainly: green. Hex color #878D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D75 is #78728A. Grayscale: #888888. Windows color (decimal): -7893643 or 7703943. OLE color: 7703943.

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

Color convert

RGB 135 141 117 -
CMYK 0.04 0 0.17 0.45
HSL 75º 0.1% 0.51% -
HSV(B) 75º 0.17% 0.55% -
XYZ 22.73 25.49 20.55 -
YUV 136.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 135 141 117 0.04 0 0.17 0.45 75 0.1 0.51
Hex 87 8D 75 4 0 11 2D 4B A 33
Octal 207 215 165 4 0 21 55 113 12 63
Binary 10000111 10001101 1110101 100 0 10001 101101 1001011 1010 110011

Color Harmonies of #878D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878D75

Black with #878D75

Text Example


Text Example

White with #878D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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