Html Css Color HEX #82746D Americano

📋 copy color: '#82746D'

red 130 ◦ green 116 ◦ blue 109

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

Shades of Americano #82746D

Tints of Americano #82746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

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

R = 36.62%
G = 32.68%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82746D (or 0x82746D) is known color: Americano. HEX triplet: 82, 74 and 6D. RGB value is (130,116,109). Sum of RGB (Red+Green+Blue) = 130+116+109=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #82746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82746D is #7D8B92. Grayscale: #777777. Windows color (decimal): -8227731 or 7173250. OLE color: 7173250.

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

Color convert

RGB 130 116 109 -
CMYK 0 0.11 0.16 0.49
HSL 20º 0.09% 0.47% -
HSV(B) 20º 0.16% 0.51% -
XYZ 18.21 18.34 17.05 -
YUV 119.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 130 116 109 0 0.11 0.16 0.49 20 0.09 0.47
Hex 82 74 6D 0 B 10 31 14 9 2F
Octal 202 164 155 0 13 20 61 24 11 57
Binary 10000010 1110100 1101101 0 1011 10000 110001 10100 1001 101111

Color Harmonies of #82746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82746D

Black with #82746D

Text Example


Text Example

White with #82746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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