Html Css Color HEX #877A6E Americano

📋 copy color: '#877A6E'

red 135 ◦ green 122 ◦ blue 110

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

Shades of Americano #877A6E

Tints of Americano #877A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.97%

R = 36.78%
G = 33.24%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#877A6E (or 0x877A6E) is known color: Americano. HEX triplet: 87, 7A and 6E. RGB value is (135,122,110). Sum of RGB (Red+Green+Blue) = 135+122+110=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 135 - color contains mainly: red. Hex color #877A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A6E is #788591. Grayscale: #7C7C7C. Windows color (decimal): -7898514 or 7240327. OLE color: 7240327.

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

Color convert

RGB 135 122 110 -
CMYK 0 0.10 0.19 0.47
HSL 28.8º 0.1% 0.48% -
HSV(B) 28.8º 0.19% 0.53% -
XYZ 19.77 20.2 17.61 -
YUV 124.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 135 122 110 0 0.10 0.19 0.47 28.8 0.1 0.48
Hex 87 7A 6E 0 A 13 2F 1D A 30
Octal 207 172 156 0 12 23 57 35 12 60
Binary 10000111 1111010 1101110 0 1010 10011 101111 11101 1010 110000

Color Harmonies of #877A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877A6E

Black with #877A6E

Text Example


Text Example

White with #877A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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