Html Css Color HEX #82776E Americano

📋 copy color: '#82776E'

red 130 ◦ green 119 ◦ blue 110

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

Shades of Americano #82776E

Tints of Americano #82776E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.15%

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

R = 36.21%
G = 33.15%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82776E (or 0x82776E) is known color: Americano. HEX triplet: 82, 77 and 6E. RGB value is (130,119,110). Sum of RGB (Red+Green+Blue) = 130+119+110=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #82776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82776E is #7D8891. Grayscale: #797979. Windows color (decimal): -8226962 or 7239554. OLE color: 7239554.

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

Color convert

RGB 130 119 110 -
CMYK 0 0.08 0.15 0.49
HSL 27º 0.08% 0.47% -
HSV(B) 27º 0.15% 0.51% -
XYZ 18.62 19.07 17.45 -
YUV 121.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 130 119 110 0 0.08 0.15 0.49 27 0.08 0.47
Hex 82 77 6E 0 8 F 31 1B 8 2F
Octal 202 167 156 0 10 17 61 33 10 57
Binary 10000010 1110111 1101110 0 1000 1111 110001 11011 1000 101111

Color Harmonies of #82776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82776E

Black with #82776E

Text Example


Text Example

White with #82776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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