Html Css Color HEX #918072 Americano

📋 copy color: '#918072'

red 145 ◦ green 128 ◦ blue 114

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

Shades of Americano #918072

Tints of Americano #918072

RGB

 RED value IS 145 (57.03% from 255) = 37.47%

 GREEN value IS 128 (50.39% from 255) = 33.07%

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 37.47%
G = 33.07%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#918072 (or 0x918072) is known color: Americano. HEX triplet: 91, 80 and 72. RGB value is (145,128,114). Sum of RGB (Red+Green+Blue) = 145+128+114=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #918072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918072 is #6E7F8D. Grayscale: #838383. Windows color (decimal): -7241614 or 7504017. OLE color: 7504017.

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

Color convert

RGB 145 128 114 -
CMYK 0 0.12 0.21 0.43
HSL 27.1º 0.12% 0.51% -
HSV(B) 27.1º 0.21% 0.57% -
XYZ 22.43 22.67 19.11 -
YUV 131.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 145 128 114 0 0.12 0.21 0.43 27.1 0.12 0.51
Hex 91 80 72 0 C 15 2B 1B C 33
Octal 221 200 162 0 14 25 53 33 14 63
Binary 10010001 10000000 1110010 0 1100 10101 101011 11011 1100 110011

Color Harmonies of #918072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918072

Black with #918072

Text Example


Text Example

White with #918072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918072; }

 p { color: rgb(145,128,114); }

 H1.HeaderClassName
 {
   color: #918072;
 }
 .AnyTagClassName
 {
   color: #918072;
 }
</style>

background-color css

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

 a { background-color: rgb(145,128,114); }

 div.DivClassName
 {
   background-color: #918072;
 }
 .BgClassName
 {
   background-color: #918072;
 }
</style>

border-color css

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

 span { border-color: rgb(145,128,114); }

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