Html Css Color HEX #89907C Sage

📋 copy color: '#89907C'

red 137 ◦ green 144 ◦ blue 124

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

Shades of Sage #89907C

Tints of Sage #89907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.56%

 BLUE value IS 124 (48.83% from 255) = 30.62%

R = 33.83%
G = 35.56%
B = 30.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#89907C (or 0x89907C) is known color: Sage. HEX triplet: 89, 90 and 7C. RGB value is (137,144,124). Sum of RGB (Red+Green+Blue) = 137+144+124=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 144 - color contains mainly: green. Hex color #89907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89907C is #766F83. Grayscale: #8B8B8B. Windows color (decimal): -7761796 or 8163465. OLE color: 8163465.

HSL color Cylindrical-coordinate representation of color #89907C: hue angle of 81º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #89907C is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 144 124 -
CMYK 0.05 0 0.14 0.44
HSL 81º 0.08% 0.53% -
HSV(B) 81º 0.14% 0.56% -
XYZ 23.93 26.72 22.97 -
YUV 139.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 137 144 124 0.05 0 0.14 0.44 81 0.08 0.53
Hex 89 90 7C 5 0 E 2C 51 8 35
Octal 211 220 174 5 0 16 54 121 10 65
Binary 10001001 10010000 1111100 101 0 1110 101100 1010001 1000 110101

Color Harmonies of #89907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89907C

Black with #89907C

Text Example


Text Example

White with #89907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89907C; }

 p { color: rgb(137,144,124); }

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

background-color css

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

 a { background-color: rgb(137,144,124); }

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

border-color css

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

 span { border-color: rgb(137,144,124); }

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