#817B75

Color #817B75 Americano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Americano #817B75

Tints of Americano #817B75

Color information

#817B75 (or 0x817B75) is unknown color: approx Americano. HEX triplet: 81, 7B and 75. RGB value is (129,123,117). Sum of RGB (Red+Green+Blue) = 129+123+117=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 129 - color contains mainly: red. Hex color #817B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817B75 is #7E848A. Grayscale: #7C7C7C. Windows color (decimal): -8291467 or 7699329. OLE color: 7699329.

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

Color convert

RGB129123117-
CMYK00.050.090.49
HSL30º4.88%48.24%-
HSV(B)30º9.3%50.59%-
XYZ19.3520.1219.69-
YUV124.11123.99131.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.96%
GREEN value IS 123 (48.44% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=34.96%
G=33.33%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912311700.050.090.49304.8848.24
Hex817B75059311e530
Octal20117316505116136560
Binary10000001111101111101010101100111000111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #817B75;
 }
 .AnyTagClassName
 {
   color: #817B75;
 }
</style>
background-color css

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

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

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

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

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

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