Html Css Color HEX #877E77 Americano

📋 copy color: '#877E77'

red 135 ◦ green 126 ◦ blue 119

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

Shades of Americano #877E77

Tints of Americano #877E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.32%

R = 35.53%
G = 33.16%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#877E77 (or 0x877E77) is known color: Americano. HEX triplet: 87, 7E and 77. RGB value is (135,126,119). Sum of RGB (Red+Green+Blue) = 135+126+119=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #877E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E77 is #788188. Grayscale: #7F7F7F. Windows color (decimal): -7897481 or 7831175. OLE color: 7831175.

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

Color convert

RGB 135 126 119 -
CMYK 0 0.07 0.12 0.47
HSL 26.25º 0.06% 0.5% -
HSV(B) 26.25º 0.12% 0.53% -
XYZ 20.78 21.4 20.49 -
YUV 127.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 135 126 119 0 0.07 0.12 0.47 26.25 0.06 0.5
Hex 87 7E 77 0 7 C 2F 1A 6 32
Octal 207 176 167 0 7 14 57 32 6 62
Binary 10000111 1111110 1110111 0 111 1100 101111 11010 110 110010

Color Harmonies of #877E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877E77

Black with #877E77

Text Example


Text Example

White with #877E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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