Html Css Color HEX #82756D Americano

📋 copy color: '#82756D'

red 130 ◦ green 117 ◦ blue 109

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

Shades of Americano #82756D

Tints of Americano #82756D

RGB

 RED value IS 130 (51.17% from 255) = 36.52%

 GREEN value IS 117 (46.09% from 255) = 32.87%

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 36.52%
G = 32.87%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82756D (or 0x82756D) is known color: Americano. HEX triplet: 82, 75 and 6D. RGB value is (130,117,109). Sum of RGB (Red+Green+Blue) = 130+117+109=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82756D is #7D8A92. Grayscale: #787878. Windows color (decimal): -8227475 or 7173506. OLE color: 7173506.

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

Color convert

RGB 130 117 109 -
CMYK 0 0.1 0.16 0.49
HSL 22.86º 0.09% 0.47% -
HSV(B) 22.86º 0.16% 0.51% -
XYZ 18.33 18.57 17.09 -
YUV 119.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 130 117 109 0 0.1 0.16 0.49 22.86 0.09 0.47
Hex 82 75 6D 0 A 10 31 17 9 2F
Octal 202 165 155 0 12 20 61 27 11 57
Binary 10000010 1110101 1101101 0 1010 10000 110001 10111 1001 101111

Color Harmonies of #82756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82756D

Black with #82756D

Text Example


Text Example

White with #82756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82756D; }

 p { color: rgb(130,117,109); }

 H1.HeaderClassName
 {
   color: #82756D;
 }
 .AnyTagClassName
 {
   color: #82756D;
 }
</style>

background-color css

<style>
 a { background-color: #82756D; }

 a { background-color: rgb(130,117,109); }

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

border-color css

<style>
 span { border-color: #82756D; }

 span { border-color: rgb(130,117,109); }

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