Html Css Color HEX #82766E Americano

📋 copy color: '#82766E'

red 130 ◦ green 118 ◦ blue 110

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

Shades of Americano #82766E

Tints of Americano #82766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 36.31%
G = 32.96%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82766E (or 0x82766E) is known color: Americano. HEX triplet: 82, 76 and 6E. RGB value is (130,118,110). Sum of RGB (Red+Green+Blue) = 130+118+110=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #82766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82766E is #7D8991. Grayscale: #787878. Windows color (decimal): -8227218 or 7239298. OLE color: 7239298.

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

Color convert

RGB 130 118 110 -
CMYK 0 0.09 0.15 0.49
HSL 24º 0.08% 0.47% -
HSV(B) 24º 0.15% 0.51% -
XYZ 18.5 18.83 17.41 -
YUV 120.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 130 118 110 0 0.09 0.15 0.49 24 0.08 0.47
Hex 82 76 6E 0 9 F 31 18 8 2F
Octal 202 166 156 0 11 17 61 30 10 57
Binary 10000010 1110110 1101110 0 1001 1111 110001 11000 1000 101111

Color Harmonies of #82766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82766E

Black with #82766E

Text Example


Text Example

White with #82766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82766E; }

 p { color: rgb(130,118,110); }

 H1.HeaderClassName
 {
   color: #82766E;
 }
 .AnyTagClassName
 {
   color: #82766E;
 }
</style>

background-color css

<style>
 a { background-color: #82766E; }

 a { background-color: rgb(130,118,110); }

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

border-color css

<style>
 span { border-color: #82766E; }

 span { border-color: rgb(130,118,110); }

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