Html Css Color HEX #81766E Americano

📋 copy color: '#81766E'

red 129 ◦ green 118 ◦ blue 110

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

Shades of Americano #81766E

Tints of Americano #81766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 36.13%
G = 33.05%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#81766E (or 0x81766E) is known color: Americano. HEX triplet: 81, 76 and 6E. RGB value is (129,118,110). Sum of RGB (Red+Green+Blue) = 129+118+110=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #81766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81766E is #7E8991. Grayscale: #787878. Windows color (decimal): -8292754 or 7239297. OLE color: 7239297.

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

Color convert

RGB 129 118 110 -
CMYK 0 0.09 0.15 0.49
HSL 25.26º 0.08% 0.47% -
HSV(B) 25.26º 0.15% 0.51% -
XYZ 18.35 18.75 17.4 -
YUV 120.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 129 118 110 0 0.09 0.15 0.49 25.26 0.08 0.47
Hex 81 76 6E 0 9 F 31 19 8 2F
Octal 201 166 156 0 11 17 61 31 10 57
Binary 10000001 1110110 1101110 0 1001 1111 110001 11001 1000 101111

Color Harmonies of #81766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81766E

Black with #81766E

Text Example


Text Example

White with #81766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81766E; }

 p { color: rgb(129,118,110); }

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

background-color css

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

 a { background-color: rgb(129,118,110); }

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

border-color css

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

 span { border-color: rgb(129,118,110); }

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