#837C75

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

Shades of Americano #837C75

Tints of Americano #837C75

Color information

#837C75 (or 0x837C75) is unknown color: approx Americano. HEX triplet: 83, 7C and 75. RGB value is (131,124,117). Sum of RGB (Red+Green+Blue) = 131+124+117=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 131 - color contains mainly: red. Hex color #837C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837C75 is #7C838A. Grayscale: #7D7D7D. Windows color (decimal): -8160139 or 7699587. OLE color: 7699587.

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

Color convert

RGB131124117-
CMYK00.050.110.49
HSL30º5.65%48.63%-
HSV(B)30º10.69%51.37%-
XYZ19.7820.5219.75-
YUV125.29123.32132.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.22%
GREEN value IS 124 (48.83% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=35.22%
G=33.33%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112411700.050.110.49305.6548.63
Hex837C7505B311e631
Octal20317416505136136661
Binary10000011111110011101010101101111000111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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