Html Css Color HEX #837C77 Americano

📋 copy color: '#837C77'

red 131 ◦ green 124 ◦ blue 119

#837C77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Americano #837C77

Tints of Americano #837C77

RGB

 RED value IS 131 (51.56% from 255) = 35.03%

 GREEN value IS 124 (48.83% from 255) = 33.16%

 BLUE value IS 119 (46.88% from 255) = 31.82%

R = 35.03%
G = 33.16%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#837C77 (or 0x837C77) is known color: Americano. HEX triplet: 83, 7C and 77. RGB value is (131,124,119). Sum of RGB (Red+Green+Blue) = 131+124+119=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 131 - color contains mainly: red. Hex color #837C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837C77 is #7C8388. Grayscale: #7D7D7D. Windows color (decimal): -8160137 or 7830659. OLE color: 7830659.

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

Color convert

RGB 131 124 119 -
CMYK 0 0.05 0.09 0.49
HSL 25º 0.05% 0.49% -
HSV(B) 25º 0.09% 0.51% -
XYZ 19.9 20.57 20.37 -
YUV 125.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 131 124 119 0 0.05 0.09 0.49 25 0.05 0.49
Hex 83 7C 77 0 5 9 31 19 5 31
Octal 203 174 167 0 5 11 61 31 5 61
Binary 10000011 1111100 1110111 0 101 1001 110001 11001 101 110001

Color Harmonies of #837C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C77

Black with #837C77

Text Example


Text Example

White with #837C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #837C77;
 }
 .AnyTagClassName
 {
   color: #837C77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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