Html Css Color HEX #87807A Americano

📋 copy color: '#87807A'

red 135 ◦ green 128 ◦ blue 122

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

Shades of Americano #87807A

Tints of Americano #87807A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 122 (48.05% from 255) = 31.69%

R = 35.06%
G = 33.25%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87807A (or 0x87807A) is known color: Americano. HEX triplet: 87, 80 and 7A. RGB value is (135,128,122). Sum of RGB (Red+Green+Blue) = 135+128+122=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #87807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87807A is #787F85. Grayscale: #818181. Windows color (decimal): -7896966 or 8028295. OLE color: 8028295.

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

Color convert

RGB 135 128 122 -
CMYK 0 0.05 0.10 0.47
HSL 27.69º 0.05% 0.5% -
HSV(B) 27.69º 0.1% 0.53% -
XYZ 21.22 21.99 21.54 -
YUV 129.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 135 128 122 0 0.05 0.10 0.47 27.69 0.05 0.5
Hex 87 80 7A 0 5 A 2F 1C 5 32
Octal 207 200 172 0 5 12 57 34 5 62
Binary 10000111 10000000 1111010 0 101 1010 101111 11100 101 110010

Color Harmonies of #87807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87807A

Black with #87807A

Text Example


Text Example

White with #87807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87807A; }

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

 H1.HeaderClassName
 {
   color: #87807A;
 }
 .AnyTagClassName
 {
   color: #87807A;
 }
</style>

background-color css

<style>
 a { background-color: #87807A; }

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

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

border-color css

<style>
 span { border-color: #87807A; }

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

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