Html Css Color HEX #877A6F Americano

📋 copy color: '#877A6F'

red 135 ◦ green 122 ◦ blue 111

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

Shades of Americano #877A6F

Tints of Americano #877A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 36.68%
G = 33.15%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#877A6F (or 0x877A6F) is known color: Americano. HEX triplet: 87, 7A and 6F. RGB value is (135,122,111). Sum of RGB (Red+Green+Blue) = 135+122+111=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 135 - color contains mainly: red. Hex color #877A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A6F is #788590. Grayscale: #7C7C7C. Windows color (decimal): -7898513 or 7305863. OLE color: 7305863.

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

Color convert

RGB 135 122 111 -
CMYK 0 0.10 0.18 0.47
HSL 27.5º 0.1% 0.48% -
HSV(B) 27.5º 0.18% 0.53% -
XYZ 19.82 20.22 17.9 -
YUV 124.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 135 122 111 0 0.10 0.18 0.47 27.5 0.1 0.48
Hex 87 7A 6F 0 A 12 2F 1C A 30
Octal 207 172 157 0 12 22 57 34 12 60
Binary 10000111 1111010 1101111 0 1010 10010 101111 11100 1010 110000

Color Harmonies of #877A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877A6F

Black with #877A6F

Text Example


Text Example

White with #877A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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