Html Css Color HEX #877C74 Americano

📋 copy color: '#877C74'

red 135 ◦ green 124 ◦ blue 116

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

Shades of Americano #877C74

Tints of Americano #877C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.07%

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 36%
G = 33.07%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#877C74 (or 0x877C74) is known color: Americano. HEX triplet: 87, 7C and 74. RGB value is (135,124,116). Sum of RGB (Red+Green+Blue) = 135+124+116=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #877C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C74 is #78838B. Grayscale: #7E7E7E. Windows color (decimal): -7897996 or 7634055. OLE color: 7634055.

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

Color convert

RGB 135 124 116 -
CMYK 0 0.08 0.14 0.47
HSL 25.26º 0.08% 0.49% -
HSV(B) 25.26º 0.14% 0.53% -
XYZ 20.35 20.83 19.47 -
YUV 126.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 135 124 116 0 0.08 0.14 0.47 25.26 0.08 0.49
Hex 87 7C 74 0 8 E 2F 19 8 31
Octal 207 174 164 0 10 16 57 31 10 61
Binary 10000111 1111100 1110100 0 1000 1110 101111 11001 1000 110001

Color Harmonies of #877C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877C74

Black with #877C74

Text Example


Text Example

White with #877C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,124,116); }

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

background-color css

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

 a { background-color: rgb(135,124,116); }

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

border-color css

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

 span { border-color: rgb(135,124,116); }

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