Html Css Color HEX #837A6F Americano

📋 copy color: '#837A6F'

red 131 ◦ green 122 ◦ blue 111

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

Shades of Americano #837A6F

Tints of Americano #837A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 35.99%
G = 33.52%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#837A6F (or 0x837A6F) is known color: Americano. HEX triplet: 83, 7A and 6F. RGB value is (131,122,111). Sum of RGB (Red+Green+Blue) = 131+122+111=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 131 - color contains mainly: red. Hex color #837A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A6F is #7C8590. Grayscale: #7B7B7B. Windows color (decimal): -8160657 or 7305859. OLE color: 7305859.

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

Color convert

RGB 131 122 111 -
CMYK 0 0.07 0.15 0.49
HSL 33º 0.08% 0.47% -
HSV(B) 33º 0.15% 0.51% -
XYZ 19.19 19.89 17.87 -
YUV 123.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 131 122 111 0 0.07 0.15 0.49 33 0.08 0.47
Hex 83 7A 6F 0 7 F 31 21 8 2F
Octal 203 172 157 0 7 17 61 41 10 57
Binary 10000011 1111010 1101111 0 111 1111 110001 100001 1000 101111

Color Harmonies of #837A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A6F

Black with #837A6F

Text Example


Text Example

White with #837A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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