Html Css Color HEX #817870 Americano

📋 copy color: '#817870'

red 129 ◦ green 120 ◦ blue 112

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

Shades of Americano #817870

Tints of Americano #817870

RGB

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

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

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

R = 35.73%
G = 33.24%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#817870 (or 0x817870) is known color: Americano. HEX triplet: 81, 78 and 70. RGB value is (129,120,112). Sum of RGB (Red+Green+Blue) = 129+120+112=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 129 - color contains mainly: red. Hex color #817870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817870 is #7E878F. Grayscale: #797979. Windows color (decimal): -8292240 or 7370881. OLE color: 7370881.

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

Color convert

RGB 129 120 112 -
CMYK 0 0.07 0.13 0.49
HSL 28.24º 0.07% 0.47% -
HSV(B) 28.24º 0.13% 0.51% -
XYZ 18.69 19.27 18.06 -
YUV 121.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 129 120 112 0 0.07 0.13 0.49 28.24 0.07 0.47
Hex 81 78 70 0 7 D 31 1C 7 2F
Octal 201 170 160 0 7 15 61 34 7 57
Binary 10000001 1111000 1110000 0 111 1101 110001 11100 111 101111

Color Harmonies of #817870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817870

Black with #817870

Text Example


Text Example

White with #817870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817870; }

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

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

background-color css

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

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

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

border-color css

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

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

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