#907F71

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

Shades of Americano #907F71

Tints of Americano #907F71

Color information

#907F71 (or 0x907F71) is unknown color: approx Americano. HEX triplet: 90, 7F and 71. RGB value is (144,127,113). Sum of RGB (Red+Green+Blue) = 144+127+113=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #907F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907F71 is #6F808E. Grayscale: #828282. Windows color (decimal): -7307407 or 7438224. OLE color: 7438224.

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

Color convert

RGB144127113-
CMYK00.120.220.44
HSL27.1º12.25%50.39%-
HSV(B)27.1º21.53%56.47%-
XYZ22.0722.318.76-
YUV130.49118.13137.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=37.5%
G=33.07%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412711300.120.220.4427.112.2550.39
Hex907F710C162C1bc32
Octal2201771610142654331462
Binary10010000111111111100010110010110101100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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