Html Css Color HEX #837B75 Americano

📋 copy color: '#837B75'

red 131 ◦ green 123 ◦ blue 117

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

Shades of Americano #837B75

Tints of Americano #837B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.15%

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 35.31%
G = 33.15%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#837B75 (or 0x837B75) is known color: Americano. HEX triplet: 83, 7B and 75. RGB value is (131,123,117). Sum of RGB (Red+Green+Blue) = 131+123+117=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 131 - color contains mainly: red. Hex color #837B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837B75 is #7C848A. Grayscale: #7C7C7C. Windows color (decimal): -8160395 or 7699331. OLE color: 7699331.

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

Color convert

RGB 131 123 117 -
CMYK 0 0.06 0.11 0.49
HSL 25.71º 0.06% 0.49% -
HSV(B) 25.71º 0.11% 0.51% -
XYZ 19.65 20.28 19.71 -
YUV 124.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 131 123 117 0 0.06 0.11 0.49 25.71 0.06 0.49
Hex 83 7B 75 0 6 B 31 1A 6 31
Octal 203 173 165 0 6 13 61 32 6 61
Binary 10000011 1111011 1110101 0 110 1011 110001 11010 110 110001

Color Harmonies of #837B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B75

Black with #837B75

Text Example


Text Example

White with #837B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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