Html Css Color HEX #817770 Americano

📋 copy color: '#817770'

red 129 ◦ green 119 ◦ blue 112

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

Shades of Americano #817770

Tints of Americano #817770

RGB

 RED value IS 129 (50.78% from 255) = 35.83%

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

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

R = 35.83%
G = 33.06%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#817770 (or 0x817770) is known color: Americano. HEX triplet: 81, 77 and 70. RGB value is (129,119,112). Sum of RGB (Red+Green+Blue) = 129+119+112=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 129 - color contains mainly: red. Hex color #817770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817770 is #7E888F. Grayscale: #797979. Windows color (decimal): -8292496 or 7370625. OLE color: 7370625.

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

Color convert

RGB 129 119 112 -
CMYK 0 0.08 0.13 0.49
HSL 24.71º 0.07% 0.47% -
HSV(B) 24.71º 0.13% 0.51% -
XYZ 18.57 19.03 18.02 -
YUV 121.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 129 119 112 0 0.08 0.13 0.49 24.71 0.07 0.47
Hex 81 77 70 0 8 D 31 19 7 2F
Octal 201 167 160 0 10 15 61 31 7 57
Binary 10000001 1110111 1110000 0 1000 1101 110001 11001 111 101111

Color Harmonies of #817770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817770

Black with #817770

Text Example


Text Example

White with #817770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817770; }

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

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

background-color css

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

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

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

border-color css

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

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

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