Html Css Color HEX #877E72 Americano

📋 copy color: '#877E72'

red 135 ◦ green 126 ◦ blue 114

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

Shades of Americano #877E72

Tints of Americano #877E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 36%
G = 33.6%
B = 30.4%

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

#877E72 (or 0x877E72) is known color: Americano. HEX triplet: 87, 7E and 72. RGB value is (135,126,114). Sum of RGB (Red+Green+Blue) = 135+126+114=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #877E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E72 is #78818D. Grayscale: #7F7F7F. Windows color (decimal): -7897486 or 7503495. OLE color: 7503495.

HSL color Cylindrical-coordinate representation of color #877E72: hue angle of 34.29º degrees, saturation: 0.08, 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 #877E72 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 126 114 -
CMYK 0 0.07 0.16 0.47
HSL 34.29º 0.08% 0.49% -
HSV(B) 34.29º 0.16% 0.53% -
XYZ 20.49 21.29 18.95 -
YUV 127.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 135 126 114 0 0.07 0.16 0.47 34.29 0.08 0.49
Hex 87 7E 72 0 7 10 2F 22 8 31
Octal 207 176 162 0 7 20 57 42 10 61
Binary 10000111 1111110 1110010 0 111 10000 101111 100010 1000 110001

Color Harmonies of #877E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877E72

Black with #877E72

Text Example


Text Example

White with #877E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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