Html Css Color HEX #878A68 Bitter

📋 copy color: '#878A68'

red 135 ◦ green 138 ◦ blue 104

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

Shades of Bitter #878A68

Tints of Bitter #878A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 35.81%
G = 36.6%
B = 27.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#878A68 (or 0x878A68) is known color: Bitter. HEX triplet: 87, 8A and 68. RGB value is (135,138,104). Sum of RGB (Red+Green+Blue) = 135+138+104=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 138 - color contains mainly: green. Hex color #878A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878A68 is #787597. Grayscale: #858585. Windows color (decimal): -7894424 or 6851207. OLE color: 6851207.

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

Color convert

RGB 135 138 104 -
CMYK 0.02 0 0.25 0.46
HSL 65.29º 0.14% 0.47% -
HSV(B) 65.29º 0.25% 0.54% -
XYZ 21.58 24.33 16.66 -
YUV 133.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 135 138 104 0.02 0 0.25 0.46 65.29 0.14 0.47
Hex 87 8A 68 2 0 19 2E 41 E 2F
Octal 207 212 150 2 0 31 56 101 16 57
Binary 10000111 10001010 1101000 10 0 11001 101110 1000001 1110 101111

Color Harmonies of #878A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878A68

Black with #878A68

Text Example


Text Example

White with #878A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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