Html Css Color HEX #877D71 Americano

📋 copy color: '#877D71'

red 135 ◦ green 125 ◦ blue 113

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

Shades of Americano #877D71

Tints of Americano #877D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.51%

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 36.19%
G = 33.51%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#877D71 (or 0x877D71) is known color: Americano. HEX triplet: 87, 7D and 71. RGB value is (135,125,113). Sum of RGB (Red+Green+Blue) = 135+125+113=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #877D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D71 is #78828E. Grayscale: #7E7E7E. Windows color (decimal): -7897743 or 7437703. OLE color: 7437703.

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

Color convert

RGB 135 125 113 -
CMYK 0 0.07 0.16 0.47
HSL 32.73º 0.09% 0.49% -
HSV(B) 32.73º 0.16% 0.53% -
XYZ 20.31 21.01 18.61 -
YUV 126.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 135 125 113 0 0.07 0.16 0.47 32.73 0.09 0.49
Hex 87 7D 71 0 7 10 2F 21 9 31
Octal 207 175 161 0 7 20 57 41 11 61
Binary 10000111 1111101 1110001 0 111 10000 101111 100001 1001 110001

Color Harmonies of #877D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877D71

Black with #877D71

Text Example


Text Example

White with #877D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,125,113); }

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

background-color css

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

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

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

border-color css

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

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

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