Html Css Color HEX #827770 Americano

📋 copy color: '#827770'

red 130 ◦ green 119 ◦ blue 112

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

Shades of Americano #827770

Tints of Americano #827770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 36.01%
G = 32.96%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#827770 (or 0x827770) is known color: Americano. HEX triplet: 82, 77 and 70. RGB value is (130,119,112). Sum of RGB (Red+Green+Blue) = 130+119+112=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 130 - color contains mainly: red. Hex color #827770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827770 is #7D888F. Grayscale: #797979. Windows color (decimal): -8226960 or 7370626. OLE color: 7370626.

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

Color convert

RGB 130 119 112 -
CMYK 0 0.08 0.14 0.49
HSL 23.33º 0.07% 0.47% -
HSV(B) 23.33º 0.14% 0.51% -
XYZ 18.73 19.11 18.03 -
YUV 121.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 130 119 112 0 0.08 0.14 0.49 23.33 0.07 0.47
Hex 82 77 70 0 8 E 31 17 7 2F
Octal 202 167 160 0 10 16 61 27 7 57
Binary 10000010 1110111 1110000 0 1000 1110 110001 10111 111 101111

Color Harmonies of #827770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827770

Black with #827770

Text Example


Text Example

White with #827770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827770; }

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

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

background-color css

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

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

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

border-color css

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

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

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