Html Css Color HEX #817871 Americano

📋 copy color: '#817871'

red 129 ◦ green 120 ◦ blue 113

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

Shades of Americano #817871

Tints of Americano #817871

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.15%

 BLUE value IS 113 (44.53% from 255) = 31.22%

R = 35.64%
G = 33.15%
B = 31.22%

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

#817871 (or 0x817871) is known color: Americano. HEX triplet: 81, 78 and 71. RGB value is (129,120,113). Sum of RGB (Red+Green+Blue) = 129+120+113=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 129 - color contains mainly: red. Hex color #817871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817871 is #7E878E. Grayscale: #797979. Windows color (decimal): -8292239 or 7436417. OLE color: 7436417.

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

Color convert

RGB 129 120 113 -
CMYK 0 0.07 0.12 0.49
HSL 26.25º 0.07% 0.47% -
HSV(B) 26.25º 0.12% 0.51% -
XYZ 18.75 19.29 18.36 -
YUV 121.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 129 120 113 0 0.07 0.12 0.49 26.25 0.07 0.47
Hex 81 78 71 0 7 C 31 1A 7 2F
Octal 201 170 161 0 7 14 61 32 7 57
Binary 10000001 1111000 1110001 0 111 1100 110001 11010 111 101111

Color Harmonies of #817871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817871

Black with #817871

Text Example


Text Example

White with #817871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817871; }

 p { color: rgb(129,120,113); }

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

background-color css

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

 a { background-color: rgb(129,120,113); }

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

border-color css

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

 span { border-color: rgb(129,120,113); }

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