Html Css Color HEX #877A72 Americano

📋 copy color: '#877A72'

red 135 ◦ green 122 ◦ blue 114

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

Shades of Americano #877A72

Tints of Americano #877A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.88%

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

R = 36.39%
G = 32.88%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#877A72 (or 0x877A72) is known color: Americano. HEX triplet: 87, 7A and 72. RGB value is (135,122,114). Sum of RGB (Red+Green+Blue) = 135+122+114=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #877A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A72 is #78858D. Grayscale: #7D7D7D. Windows color (decimal): -7898510 or 7502471. OLE color: 7502471.

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

Color convert

RGB 135 122 114 -
CMYK 0 0.10 0.16 0.47
HSL 22.86º 0.08% 0.49% -
HSV(B) 22.86º 0.16% 0.53% -
XYZ 19.99 20.28 18.78 -
YUV 124.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 135 122 114 0 0.10 0.16 0.47 22.86 0.08 0.49
Hex 87 7A 72 0 A 10 2F 17 8 31
Octal 207 172 162 0 12 20 57 27 10 61
Binary 10000111 1111010 1110010 0 1010 10000 101111 10111 1000 110001

Color Harmonies of #877A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877A72

Black with #877A72

Text Example


Text Example

White with #877A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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