Html Css Color HEX #878A75 Bitter

📋 copy color: '#878A75'

red 135 ◦ green 138 ◦ blue 117

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

Shades of Bitter #878A75

Tints of Bitter #878A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.38%

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

R = 34.62%
G = 35.38%
B = 30%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#878A75 (or 0x878A75) is known color: Bitter. HEX triplet: 87, 8A and 75. RGB value is (135,138,117). Sum of RGB (Red+Green+Blue) = 135+138+117=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 138 - color contains mainly: green. Hex color #878A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878A75 is #78758A. Grayscale: #868686. Windows color (decimal): -7894411 or 7703175. OLE color: 7703175.

HSL color Cylindrical-coordinate representation of color #878A75: hue angle of 68.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #878A75 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 138 117 -
CMYK 0.02 0 0.15 0.46
HSL 68.57º 0.08% 0.5% -
HSV(B) 68.57º 0.15% 0.54% -
XYZ 22.29 24.61 20.41 -
YUV 134.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 135 138 117 0.02 0 0.15 0.46 68.57 0.08 0.5
Hex 87 8A 75 2 0 F 2E 45 8 32
Octal 207 212 165 2 0 17 56 105 10 62
Binary 10000111 10001010 1110101 10 0 1111 101110 1000101 1000 110010

Color Harmonies of #878A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878A75

Black with #878A75

Text Example


Text Example

White with #878A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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