Html Css Color HEX #907E72 Americano

📋 copy color: '#907E72'

red 144 ◦ green 126 ◦ blue 114

#907E72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Americano #907E72

Tints of Americano #907E72

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 value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#907E72 (or 0x907E72) is known color: 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

RGB 144 126 114 -
CMYK 0 0.12 0.21 0.44
HSL 24º 0.12% 0.51% -
HSV(B) 24º 0.21% 0.56% -
XYZ 22 22.07 19.02 -
YUV 130.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 144 126 114 0 0.12 0.21 0.44 24 0.12 0.51
Hex 90 7E 72 0 C 15 2C 18 C 33
Octal 220 176 162 0 14 25 54 30 14 63
Binary 10010000 1111110 1110010 0 1100 10101 101100 11000 1100 110011

Color Harmonies of #907E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907E72

Black with #907E72

Text Example


Text Example

White with #907E72

Text Example


Text Example

HTML Codes & Css Web 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>