Html Css Color HEX #878B75 Bitter

📋 copy color: '#878B75'

red 135 ◦ green 139 ◦ blue 117

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

Shades of Bitter #878B75

Tints of Bitter #878B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.55%

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

R = 34.53%
G = 35.55%
B = 29.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#878B75 (or 0x878B75) is known color: Bitter. HEX triplet: 87, 8B and 75. RGB value is (135,139,117). Sum of RGB (Red+Green+Blue) = 135+139+117=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 139 - color contains mainly: green. Hex color #878B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B75 is #78748A. Grayscale: #878787. Windows color (decimal): -7894155 or 7703431. OLE color: 7703431.

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

Color convert

RGB 135 139 117 -
CMYK 0.03 0 0.16 0.45
HSL 70.91º 0.09% 0.5% -
HSV(B) 70.91º 0.16% 0.55% -
XYZ 22.44 24.9 20.45 -
YUV 135.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 135 139 117 0.03 0 0.16 0.45 70.91 0.09 0.5
Hex 87 8B 75 3 0 10 2D 47 9 32
Octal 207 213 165 3 0 20 55 107 11 62
Binary 10000111 10001011 1110101 11 0 10000 101101 1000111 1001 110010

Color Harmonies of #878B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878B75

Black with #878B75

Text Example


Text Example

White with #878B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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