Html Css Color HEX #89776B Americano

📋 copy color: '#89776B'

red 137 ◦ green 119 ◦ blue 107

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

Shades of Americano #89776B

Tints of Americano #89776B

RGB

 RED value IS 137 (53.91% from 255) = 37.74%

 GREEN value IS 119 (46.88% from 255) = 32.78%

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 37.74%
G = 32.78%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#89776B (or 0x89776B) is known color: Americano. HEX triplet: 89, 77 and 6B. RGB value is (137,119,107). Sum of RGB (Red+Green+Blue) = 137+119+107=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89776B is #768894. Grayscale: #7B7B7B. Windows color (decimal): -7768213 or 7042953. OLE color: 7042953.

HSL color Cylindrical-coordinate representation of color #89776B: hue angle of 24º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89776B is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 119 107 -
CMYK 0 0.13 0.22 0.46
HSL 24º 0.12% 0.48% -
HSV(B) 24º 0.22% 0.54% -
XYZ 19.57 19.57 16.66 -
YUV 123.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 137 119 107 0 0.13 0.22 0.46 24 0.12 0.48
Hex 89 77 6B 0 D 16 2E 18 C 30
Octal 211 167 153 0 15 26 56 30 14 60
Binary 10001001 1110111 1101011 0 1101 10110 101110 11000 1100 110000

Color Harmonies of #89776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89776B

Black with #89776B

Text Example


Text Example

White with #89776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89776B; }

 p { color: rgb(137,119,107); }

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

background-color css

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

 a { background-color: rgb(137,119,107); }

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

border-color css

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

 span { border-color: rgb(137,119,107); }

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