Html Css Color HEX #82796F Americano

📋 copy color: '#82796F'

red 130 ◦ green 121 ◦ blue 111

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

Shades of Americano #82796F

Tints of Americano #82796F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.43%

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

R = 35.91%
G = 33.43%
B = 30.66%

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

#82796F (or 0x82796F) is known color: Americano. HEX triplet: 82, 79 and 6F. RGB value is (130,121,111). Sum of RGB (Red+Green+Blue) = 130+121+111=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #82796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82796F is #7D8690. Grayscale: #7A7A7A. Windows color (decimal): -8226449 or 7305602. OLE color: 7305602.

HSL color Cylindrical-coordinate representation of color #82796F: hue angle of 31.58º 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 #82796F is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 111 -
CMYK 0 0.07 0.15 0.49
HSL 31.58º 0.08% 0.47% -
HSV(B) 31.58º 0.15% 0.51% -
XYZ 18.91 19.57 17.82 -
YUV 122.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 130 121 111 0 0.07 0.15 0.49 31.58 0.08 0.47
Hex 82 79 6F 0 7 F 31 20 8 2F
Octal 202 171 157 0 7 17 61 40 10 57
Binary 10000010 1111001 1101111 0 111 1111 110001 100000 1000 101111

Color Harmonies of #82796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82796F

Black with #82796F

Text Example


Text Example

White with #82796F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82796F; }

 p { color: rgb(130,121,111); }

 H1.HeaderClassName
 {
   color: #82796F;
 }
 .AnyTagClassName
 {
   color: #82796F;
 }
</style>

background-color css

<style>
 a { background-color: #82796F; }

 a { background-color: rgb(130,121,111); }

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

border-color css

<style>
 span { border-color: #82796F; }

 span { border-color: rgb(130,121,111); }

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