#927F72

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

Shades of Americano #927F72

Tints of Americano #927F72

Color information

#927F72 (or 0x927F72) is unknown color: approx Americano. HEX triplet: 92, 7F and 72. RGB value is (146,127,114). Sum of RGB (Red+Green+Blue) = 146+127+114=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #927F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F72 is #6D808D. Grayscale: #838383. Windows color (decimal): -7176334 or 7503762. OLE color: 7503762.

HSL color Cylindrical-coordinate representation of color #927F72: hue angle of 24.37º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #927F72 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB146127114-
CMYK00.130.220.43
HSL24.37º12.8%50.98%-
HSV(B)24.37º21.92%57.25%-
XYZ22.4822.519.08-
YUV131.2118.29138.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=37.73%
G=32.82%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612711400.130.220.4324.3712.850.98
Hex927F720D162B18d33
Octal2221771620152653301563
Binary10010010111111111100100110110110101011110001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927F72; }

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

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

<style>
 a { background-color: #927F72; }

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

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

<style>
 span { border-color: #927F72; }

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

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