Html Css Color HEX #837A74 Americano

📋 copy color: '#837A74'

red 131 ◦ green 122 ◦ blue 116

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

Shades of Americano #837A74

Tints of Americano #837A74

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.06%

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 35.5%
G = 33.06%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#837A74 (or 0x837A74) is known color: Americano. HEX triplet: 83, 7A and 74. RGB value is (131,122,116). Sum of RGB (Red+Green+Blue) = 131+122+116=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 131 - color contains mainly: red. Hex color #837A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A74 is #7C858B. Grayscale: #7C7C7C. Windows color (decimal): -8160652 or 7633539. OLE color: 7633539.

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

Color convert

RGB 131 122 116 -
CMYK 0 0.07 0.11 0.49
HSL 24º 0.06% 0.48% -
HSV(B) 24º 0.11% 0.51% -
XYZ 19.47 20.01 19.36 -
YUV 124.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 131 122 116 0 0.07 0.11 0.49 24 0.06 0.48
Hex 83 7A 74 0 7 B 31 18 6 30
Octal 203 172 164 0 7 13 61 30 6 60
Binary 10000011 1111010 1110100 0 111 1011 110001 11000 110 110000

Color Harmonies of #837A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A74

Black with #837A74

Text Example


Text Example

White with #837A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,122,116); }

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

background-color css

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

 a { background-color: rgb(131,122,116); }

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

border-color css

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

 span { border-color: rgb(131,122,116); }

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