#827870

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

Shades of Americano #827870

Tints of Americano #827870

Color information

#827870 (or 0x827870) is unknown color: approx Americano. HEX triplet: 82, 78 and 70. RGB value is (130,120,112). Sum of RGB (Red+Green+Blue) = 130+120+112=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #827870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827870 is #7D878F. Grayscale: #7A7A7A. Windows color (decimal): -8226704 or 7370882. OLE color: 7370882.

HSL color Cylindrical-coordinate representation of color #827870: hue angle of 26.67º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #827870 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB130120112-
CMYK00.080.140.49
HSL26.67º7.44%47.45%-
HSV(B)26.67º13.85%50.98%-
XYZ18.8519.3518.07-
YUV122.08122.31133.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=35.91%
G=33.15%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012011200.080.140.4926.677.4447.45
Hex82787008E311b72f
Octal202170160010166133757
Binary100000101111000111000001000111011000111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827870; }

 p { color: rgb(130,120,112); }

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

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

 a { background-color: rgb(130,120,112); }

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

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

 span { border-color: rgb(130,120,112); }

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