Html Css Color HEX #81756E Americano

📋 copy color: '#81756E'

red 129 ◦ green 117 ◦ blue 110

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

Shades of Americano #81756E

Tints of Americano #81756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.87%

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

R = 36.24%
G = 32.87%
B = 30.9%

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

#81756E (or 0x81756E) is known color: Americano. HEX triplet: 81, 75 and 6E. RGB value is (129,117,110). Sum of RGB (Red+Green+Blue) = 129+117+110=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 129 - color contains mainly: red. Hex color #81756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81756E is #7E8A91. Grayscale: #777777. Windows color (decimal): -8293010 or 7239041. OLE color: 7239041.

HSL color Cylindrical-coordinate representation of color #81756E: hue angle of 22.11º 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 #81756E is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 117 110 -
CMYK 0 0.09 0.15 0.49
HSL 22.11º 0.08% 0.47% -
HSV(B) 22.11º 0.15% 0.51% -
XYZ 18.23 18.52 17.36 -
YUV 119.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 129 117 110 0 0.09 0.15 0.49 22.11 0.08 0.47
Hex 81 75 6E 0 9 F 31 16 8 2F
Octal 201 165 156 0 11 17 61 26 10 57
Binary 10000001 1110101 1101110 0 1001 1111 110001 10110 1000 101111

Color Harmonies of #81756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81756E

Black with #81756E

Text Example


Text Example

White with #81756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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