#827C75

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

Shades of Americano #827C75

Tints of Americano #827C75

Color information

#827C75 (or 0x827C75) is unknown color: approx Americano. HEX triplet: 82, 7C and 75. RGB value is (130,124,117). Sum of RGB (Red+Green+Blue) = 130+124+117=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 130 - color contains mainly: red. Hex color #827C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C75 is #7D838A. Grayscale: #7D7D7D. Windows color (decimal): -8225675 or 7699586. OLE color: 7699586.

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

Color convert

RGB130124117-
CMYK00.050.10.49
HSL32.31º5.26%48.43%-
HSV(B)32.31º10%50.98%-
XYZ19.6220.4519.74-
YUV125123.49131.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=35.04%
G=33.42%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012411700.050.10.4932.315.2648.43
Hex827C7505A3120530
Octal20217416505126140560
Binary100000101111100111010101011010110001100000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,124,117); }

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

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

 a { background-color: rgb(130,124,117); }

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

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

 span { border-color: rgb(130,124,117); }

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