Html Css Color HEX #877B70 Americano

📋 copy color: '#877B70'

red 135 ◦ green 123 ◦ blue 112

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

Shades of Americano #877B70

Tints of Americano #877B70

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.24%

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

R = 36.49%
G = 33.24%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#877B70 (or 0x877B70) is known color: Americano. HEX triplet: 87, 7B and 70. RGB value is (135,123,112). Sum of RGB (Red+Green+Blue) = 135+123+112=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #877B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877B70 is #78848F. Grayscale: #7D7D7D. Windows color (decimal): -7898256 or 7371655. OLE color: 7371655.

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

Color convert

RGB 135 123 112 -
CMYK 0 0.09 0.17 0.47
HSL 28.7º 0.09% 0.48% -
HSV(B) 28.7º 0.17% 0.53% -
XYZ 20 20.49 18.23 -
YUV 125.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 135 123 112 0 0.09 0.17 0.47 28.7 0.09 0.48
Hex 87 7B 70 0 9 11 2F 1D 9 30
Octal 207 173 160 0 11 21 57 35 11 60
Binary 10000111 1111011 1110000 0 1001 10001 101111 11101 1001 110000

Color Harmonies of #877B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877B70

Black with #877B70

Text Example


Text Example

White with #877B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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