Html Css Color HEX #817970 Americano

📋 copy color: '#817970'

red 129 ◦ green 121 ◦ blue 112

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

Shades of Americano #817970

Tints of Americano #817970

RGB

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

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

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

R = 35.64%
G = 33.43%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#817970 (or 0x817970) is known color: Americano. HEX triplet: 81, 79 and 70. RGB value is (129,121,112). Sum of RGB (Red+Green+Blue) = 129+121+112=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 129 - color contains mainly: red. Hex color #817970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817970 is #7E868F. Grayscale: #7A7A7A. Windows color (decimal): -8291984 or 7371137. OLE color: 7371137.

HSL color Cylindrical-coordinate representation of color #817970: hue angle of 31.76º 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 #817970 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 121 112 -
CMYK 0 0.06 0.13 0.49
HSL 31.76º 0.07% 0.47% -
HSV(B) 31.76º 0.13% 0.51% -
XYZ 18.82 19.51 18.1 -
YUV 122.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 129 121 112 0 0.06 0.13 0.49 31.76 0.07 0.47
Hex 81 79 70 0 6 D 31 20 7 2F
Octal 201 171 160 0 6 15 61 40 7 57
Binary 10000001 1111001 1110000 0 110 1101 110001 100000 111 101111

Color Harmonies of #817970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817970

Black with #817970

Text Example


Text Example

White with #817970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817970; }

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

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

background-color css

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

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

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

border-color css

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

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

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