Html Css Color HEX #87796C Americano

📋 copy color: '#87796C'

red 135 ◦ green 121 ◦ blue 108

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

Shades of Americano #87796C

Tints of Americano #87796C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.24%

 BLUE value IS 108 (42.58% from 255) = 29.67%

R = 37.09%
G = 33.24%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87796C (or 0x87796C) is known color: Americano. HEX triplet: 87, 79 and 6C. RGB value is (135,121,108). Sum of RGB (Red+Green+Blue) = 135+121+108=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #87796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87796C is #788693. Grayscale: #7B7B7B. Windows color (decimal): -7898772 or 7108999. OLE color: 7108999.

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

Color convert

RGB 135 121 108 -
CMYK 0 0.10 0.2 0.47
HSL 28.89º 0.11% 0.48% -
HSV(B) 28.89º 0.2% 0.53% -
XYZ 19.54 19.91 17 -
YUV 123.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 135 121 108 0 0.10 0.2 0.47 28.89 0.11 0.48
Hex 87 79 6C 0 A 14 2F 1D B 30
Octal 207 171 154 0 12 24 57 35 13 60
Binary 10000111 1111001 1101100 0 1010 10100 101111 11101 1011 110000

Color Harmonies of #87796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87796C

Black with #87796C

Text Example


Text Example

White with #87796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87796C; }

 p { color: rgb(135,121,108); }

 H1.HeaderClassName
 {
   color: #87796C;
 }
 .AnyTagClassName
 {
   color: #87796C;
 }
</style>

background-color css

<style>
 a { background-color: #87796C; }

 a { background-color: rgb(135,121,108); }

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

border-color css

<style>
 span { border-color: #87796C; }

 span { border-color: rgb(135,121,108); }

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