#88817B

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

Shades of Americano #88817B

Tints of Americano #88817B

Color information

#88817B (or 0x88817B) is unknown color: approx Americano. HEX triplet: 88, 81 and 7B. RGB value is (136,129,123). Sum of RGB (Red+Green+Blue) = 136+129+123=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #88817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88817B is #777E84. Grayscale: #828282. Windows color (decimal): -7831173 or 8094088. OLE color: 8094088.

HSL color Cylindrical-coordinate representation of color #88817B: hue angle of 27.69º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #88817B is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB136129123-
CMYK00.050.100.47
HSL27.69º5.18%50.78%-
HSV(B)27.69º9.56%53.33%-
XYZ21.5822.3621.92-
YUV130.41123.82131.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.05%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=35.05%
G=33.25%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612912300.050.100.4727.695.1850.78
Hex88817B05A2F1c533
Octal21020117305125734563
Binary100010001000000111110110101101010111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88817B; }

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

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

<style>
 a { background-color: #88817B; }

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

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

<style>
 span { border-color: #88817B; }

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

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