#827E7A

Color #827E7A Americano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Americano #827E7A

Tints of Americano #827E7A

Color information

#827E7A (or 0x827E7A) is unknown color: approx Americano. HEX triplet: 82, 7E and 7A. RGB value is (130,126,122). Sum of RGB (Red+Green+Blue) = 130+126+122=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 130 - color contains mainly: red. Hex color #827E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E7A is #7D8185. Grayscale: #7E7E7E. Windows color (decimal): -8225158 or 8027778. OLE color: 8027778.

HSL color Cylindrical-coordinate representation of color #827E7A: hue angle of 30º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #827E7A is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB130126122-
CMYK00.030.060.49
HSL30º3.17%49.41%-
HSV(B)30º6.15%50.98%-
XYZ20.1821.0721.42-
YUV126.74125.33130.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 126 (49.61% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=34.39%
G=33.33%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012612200.030.060.49303.1749.41
Hex827E7A036311e331
Octal2021761720366136361
Binary10000010111111011110100111101100011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827E7A; }

 p { color: rgb(130,126,122); }

 H1.HeaderClassName
 {
   color: #827E7A;
 }
 .AnyTagClassName
 {
   color: #827E7A;
 }
</style>
background-color css

<style>
 a { background-color: #827E7A; }

 a { background-color: rgb(130,126,122); }

 div.DivClassName
 {
   background-color: #827E7A;
 }
 .BgClassName
 {
   background-color: #827E7A;
 }
</style>
border-color css

<style>
 span { border-color: #827E7A; }

 span { border-color: rgb(130,126,122); }

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