Html Css Color HEX #817A73 Americano

📋 copy color: '#817A73'

red 129 ◦ green 122 ◦ blue 115

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

Shades of Americano #817A73

Tints of Americano #817A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.33%

 BLUE value IS 115 (45.31% from 255) = 31.42%

R = 35.25%
G = 33.33%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#817A73 (or 0x817A73) is known color: Americano. HEX triplet: 81, 7A and 73. RGB value is (129,122,115). Sum of RGB (Red+Green+Blue) = 129+122+115=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 129 - color contains mainly: red. Hex color #817A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A73 is #7E858C. Grayscale: #7B7B7B. Windows color (decimal): -8291725 or 7568001. OLE color: 7568001.

HSL color Cylindrical-coordinate representation of color #817A73: hue angle of 30º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #817A73 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 122 115 -
CMYK 0 0.05 0.11 0.49
HSL 30º 0.06% 0.48% -
HSV(B) 30º 0.11% 0.51% -
XYZ 19.11 19.82 19.04 -
YUV 123.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 129 122 115 0 0.05 0.11 0.49 30 0.06 0.48
Hex 81 7A 73 0 5 B 31 1E 6 30
Octal 201 172 163 0 5 13 61 36 6 60
Binary 10000001 1111010 1110011 0 101 1011 110001 11110 110 110000

Color Harmonies of #817A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817A73

Black with #817A73

Text Example


Text Example

White with #817A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817A73; }

 p { color: rgb(129,122,115); }

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

background-color css

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

 a { background-color: rgb(129,122,115); }

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

border-color css

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

 span { border-color: rgb(129,122,115); }

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