#827B75

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

Shades of Americano #827B75

Tints of Americano #827B75

Color information

#827B75 (or 0x827B75) is unknown color: approx Americano. HEX triplet: 82, 7B and 75. RGB value is (130,123,117). Sum of RGB (Red+Green+Blue) = 130+123+117=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 130 - color contains mainly: red. Hex color #827B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B75 is #7D848A. Grayscale: #7C7C7C. Windows color (decimal): -8225931 or 7699330. OLE color: 7699330.

HSL color Cylindrical-coordinate representation of color #827B75: hue angle of 27.69º 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 #827B75 is Cyan = 0, Magento = 0.05, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB130123117-
CMYK00.050.10.49
HSL27.69º5.26%48.43%-
HSV(B)27.69º10%50.98%-
XYZ19.520.219.7-
YUV124.41123.82131.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=35.14%
G=33.24%
B=31.62%

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
Decimal13012311700.050.10.4927.695.2648.43
Hex827B7505A311c530
Octal20217316505126134560
Binary10000010111101111101010101101011000111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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