Html Css Color HEX #877D70 Americano

📋 copy color: '#877D70'

red 135 ◦ green 125 ◦ blue 112

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

Shades of Americano #877D70

Tints of Americano #877D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 36.29%
G = 33.6%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#877D70 (or 0x877D70) is known color: Americano. HEX triplet: 87, 7D and 70. RGB value is (135,125,112). Sum of RGB (Red+Green+Blue) = 135+125+112=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 135 - color contains mainly: red. Hex color #877D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D70 is #78828F. Grayscale: #7E7E7E. Windows color (decimal): -7897744 or 7372167. OLE color: 7372167.

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

Color convert

RGB 135 125 112 -
CMYK 0 0.07 0.17 0.47
HSL 33.91º 0.09% 0.48% -
HSV(B) 33.91º 0.17% 0.53% -
XYZ 20.25 20.99 18.31 -
YUV 126.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 135 125 112 0 0.07 0.17 0.47 33.91 0.09 0.48
Hex 87 7D 70 0 7 11 2F 22 9 30
Octal 207 175 160 0 7 21 57 42 11 60
Binary 10000111 1111101 1110000 0 111 10001 101111 100010 1001 110000

Color Harmonies of #877D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877D70

Black with #877D70

Text Example


Text Example

White with #877D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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