#907F73

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

Shades of Americano #907F73

Tints of Americano #907F73

Color information

#907F73 (or 0x907F73) is unknown color: approx Americano. HEX triplet: 90, 7F and 73. RGB value is (144,127,115). Sum of RGB (Red+Green+Blue) = 144+127+115=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #907F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907F73 is #6F808C. Grayscale: #828282. Windows color (decimal): -7307405 or 7569296. OLE color: 7569296.

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

Color convert

RGB144127115-
CMYK00.120.200.44
HSL24.83º11.55%50.78%-
HSV(B)24.83º20.14%56.47%-
XYZ22.1922.3519.36-
YUV130.72119.13137.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 115 (45.31% from 255) = 29.79%
R=37.31%
G=32.90%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412711500.120.200.4424.8311.5550.78
Hex907F730C142C19c33
Octal2201771630142454311463
Binary10010000111111111100110110010100101100110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,127,115); }

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

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

 a { background-color: rgb(144,127,115); }

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

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

 span { border-color: rgb(144,127,115); }

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