Html Css Color HEX #817D79 Americano

📋 copy color: '#817D79'

red 129 ◦ green 125 ◦ blue 121

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

Shades of Americano #817D79

Tints of Americano #817D79

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.33%

 BLUE value IS 121 (47.66% from 255) = 32.27%

R = 34.4%
G = 33.33%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#817D79 (or 0x817D79) is known color: Americano. HEX triplet: 81, 7D and 79. RGB value is (129,125,121). Sum of RGB (Red+Green+Blue) = 129+125+121=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 129 - color contains mainly: red. Hex color #817D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D79 is #7E8286. Grayscale: #7D7D7D. Windows color (decimal): -8290951 or 7961985. OLE color: 7961985.

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

Color convert

RGB 129 125 121 -
CMYK 0 0.03 0.06 0.49
HSL 30º 0.03% 0.49% -
HSV(B) 30º 0.06% 0.51% -
XYZ 19.84 20.71 21.04 -
YUV 125.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 129 125 121 0 0.03 0.06 0.49 30 0.03 0.49
Hex 81 7D 79 0 3 6 31 1E 3 31
Octal 201 175 171 0 3 6 61 36 3 61
Binary 10000001 1111101 1111001 0 11 110 110001 11110 11 110001

Color Harmonies of #817D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817D79

Black with #817D79

Text Example


Text Example

White with #817D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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