#907D70

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

Shades of Americano #907D70

Tints of Americano #907D70

Color information

#907D70 (or 0x907D70) is unknown color: approx Americano. HEX triplet: 90, 7D and 70. RGB value is (144,125,112). Sum of RGB (Red+Green+Blue) = 144+125+112=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #907D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D70 is #6F828F. Grayscale: #818181. Windows color (decimal): -7307920 or 7372176. OLE color: 7372176.

HSL color Cylindrical-coordinate representation of color #907D70: hue angle of 24.37º degrees, saturation: 0.13, 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 #907D70 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144125112-
CMYK00.130.220.44
HSL24.37º12.6%50.2%-
HSV(B)24.37º22.22%56.47%-
XYZ21.7621.7718.38-
YUV129.2118.29138.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.80%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=37.80%
G=32.81%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412511200.130.220.4424.3712.650.2
Hex907D700D162C18d32
Octal2201751600152654301562
Binary10010000111110111100000110110110101100110001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,125,112); }

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

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

 a { background-color: rgb(144,125,112); }

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

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

 span { border-color: rgb(144,125,112); }

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