Html Css Color HEX #878B72 Bitter

📋 copy color: '#878B72'

red 135 ◦ green 139 ◦ blue 114

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

Shades of Bitter #878B72

Tints of Bitter #878B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 34.79%
G = 35.82%
B = 29.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#878B72 (or 0x878B72) is known color: Bitter. HEX triplet: 87, 8B and 72. RGB value is (135,139,114). Sum of RGB (Red+Green+Blue) = 135+139+114=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 139 - color contains mainly: green. Hex color #878B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B72 is #78748D. Grayscale: #878787. Windows color (decimal): -7894158 or 7506823. OLE color: 7506823.

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

Color convert

RGB 135 139 114 -
CMYK 0.03 0 0.18 0.45
HSL 69.6º 0.1% 0.5% -
HSV(B) 69.6º 0.18% 0.55% -
XYZ 22.26 24.83 19.54 -
YUV 134.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 135 139 114 0.03 0 0.18 0.45 69.6 0.1 0.5
Hex 87 8B 72 3 0 12 2D 46 A 32
Octal 207 213 162 3 0 22 55 106 12 62
Binary 10000111 10001011 1110010 11 0 10010 101101 1000110 1010 110010

Color Harmonies of #878B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878B72

Black with #878B72

Text Example


Text Example

White with #878B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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