Html Css Color HEX #878768 Bitter

📋 copy color: '#878768'

red 135 ◦ green 135 ◦ blue 104

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

Shades of Bitter #878768

Tints of Bitter #878768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

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

R = 36.1%
G = 36.1%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#878768 (or 0x878768) is known color: Bitter. HEX triplet: 87, 87 and 68. RGB value is (135,135,104). Sum of RGB (Red+Green+Blue) = 135+135+104=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878768 is #787897. Grayscale: #838383. Windows color (decimal): -7895192 or 6850439. OLE color: 6850439.

HSL color Cylindrical-coordinate representation of color #878768: hue angle of 60º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #878768 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 135 104 -
CMYK 0 0 0.23 0.47
HSL 60º 0.13% 0.47% -
HSV(B) 60º 0.23% 0.53% -
XYZ 21.15 23.48 16.51 -
YUV 131.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 135 135 104 0 0 0.23 0.47 60 0.13 0.47
Hex 87 87 68 0 0 17 2F 3C D 2F
Octal 207 207 150 0 0 27 57 74 15 57
Binary 10000111 10000111 1101000 0 0 10111 101111 111100 1101 101111

Color Harmonies of #878768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878768

Black with #878768

Text Example


Text Example

White with #878768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878768; }

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

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

background-color css

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

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

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

border-color css

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

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

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