#7F7872

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

Shades of Americano #7F7872

Tints of Americano #7F7872

Color information

#7F7872 (or 0x7F7872) is unknown color: approx Americano. HEX triplet: 7F, 78 and 72. RGB value is (127,120,114). Sum of RGB (Red+Green+Blue) = 127+120+114=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7872 is #80878D. Grayscale: #797979. Windows color (decimal): -8423310 or 7501951. OLE color: 7501951.

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

Color convert

RGB127120114-
CMYK00.060.100.50
HSL27.69º5.39%47.25%-
HSV(B)27.69º10.24%49.8%-
XYZ18.5119.1618.64-
YUV121.41123.82131.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.18%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=35.18%
G=33.24%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12712011400.060.100.5027.695.3947.25
Hex7F787206A321c52f
Octal17717016206126234557
Binary1111111111100011100100110101011001011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7872; }

 p { color: rgb(127,120,114); }

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

<style>
 a { background-color: #7F7872; }

 a { background-color: rgb(127,120,114); }

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

<style>
 span { border-color: #7F7872; }

 span { border-color: rgb(127,120,114); }

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