#907E72

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

Shades of Americano #907E72

Tints of Americano #907E72

Color information

#907E72 (or 0x907E72) is unknown color: approx Americano. HEX triplet: 90, 7E and 72. RGB value is (144,126,114). Sum of RGB (Red+Green+Blue) = 144+126+114=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #907E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E72 is #6F818D. Grayscale: #828282. Windows color (decimal): -7307662 or 7503504. OLE color: 7503504.

HSL color Cylindrical-coordinate representation of color #907E72: hue angle of 24º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #907E72 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB144126114-
CMYK00.120.210.44
HSL24º11.9%50.59%-
HSV(B)24º20.83%56.47%-
XYZ2222.0719.02-
YUV130.01118.96137.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 114 (44.92% from 255) = 29.69%
R=37.5%
G=32.81%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412611400.120.210.442411.950.59
Hex907E720C152C18c33
Octal2201761620142554301463
Binary10010000111111011100100110010101101100110001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907E72; }

 p { color: rgb(144,126,114); }

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

<style>
 a { background-color: #907E72; }

 a { background-color: rgb(144,126,114); }

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

<style>
 span { border-color: #907E72; }

 span { border-color: rgb(144,126,114); }

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