Html Css Color HEX #877E76 Americano

📋 copy color: '#877E76'

red 135 ◦ green 126 ◦ blue 118

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

Shades of Americano #877E76

Tints of Americano #877E76

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.25%

 BLUE value IS 118 (46.48% from 255) = 31.13%

R = 35.62%
G = 33.25%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#877E76 (or 0x877E76) is known color: Americano. HEX triplet: 87, 7E and 76. RGB value is (135,126,118). Sum of RGB (Red+Green+Blue) = 135+126+118=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 135 - color contains mainly: red. Hex color #877E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E76 is #788189. Grayscale: #7F7F7F. Windows color (decimal): -7897482 or 7765639. OLE color: 7765639.

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

Color convert

RGB 135 126 118 -
CMYK 0 0.07 0.13 0.47
HSL 28.24º 0.07% 0.5% -
HSV(B) 28.24º 0.13% 0.53% -
XYZ 20.72 21.38 20.17 -
YUV 127.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 135 126 118 0 0.07 0.13 0.47 28.24 0.07 0.5
Hex 87 7E 76 0 7 D 2F 1C 7 32
Octal 207 176 166 0 7 15 57 34 7 62
Binary 10000111 1111110 1110110 0 111 1101 101111 11100 111 110010

Color Harmonies of #877E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877E76

Black with #877E76

Text Example


Text Example

White with #877E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877E76; }

 p { color: rgb(135,126,118); }

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

background-color css

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

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

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

border-color css

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

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

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