Html Css Color HEX #827972 Americano

📋 copy color: '#827972'

red 130 ◦ green 121 ◦ blue 114

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

Shades of Americano #827972

Tints of Americano #827972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 35.62%
G = 33.15%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#827972 (or 0x827972) is known color: Americano. HEX triplet: 82, 79 and 72. RGB value is (130,121,114). Sum of RGB (Red+Green+Blue) = 130+121+114=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #827972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827972 is #7D868D. Grayscale: #7A7A7A. Windows color (decimal): -8226446 or 7502210. OLE color: 7502210.

HSL color Cylindrical-coordinate representation of color #827972: hue angle of 26.25º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #827972 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 114 -
CMYK 0 0.07 0.12 0.49
HSL 26.25º 0.07% 0.48% -
HSV(B) 26.25º 0.12% 0.51% -
XYZ 19.08 19.64 18.7 -
YUV 122.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 130 121 114 0 0.07 0.12 0.49 26.25 0.07 0.48
Hex 82 79 72 0 7 C 31 1A 7 30
Octal 202 171 162 0 7 14 61 32 7 60
Binary 10000010 1111001 1110010 0 111 1100 110001 11010 111 110000

Color Harmonies of #827972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827972

Black with #827972

Text Example


Text Example

White with #827972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827972; }

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

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

background-color css

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

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

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

border-color css

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

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

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