Html Css Color HEX #898F7C Sage

📋 copy color: '#898F7C'

red 137 ◦ green 143 ◦ blue 124

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

Shades of Sage #898F7C

Tints of Sage #898F7C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.4%

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

R = 33.91%
G = 35.4%
B = 30.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#898F7C (or 0x898F7C) is known color: Sage. HEX triplet: 89, 8F and 7C. RGB value is (137,143,124). Sum of RGB (Red+Green+Blue) = 137+143+124=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 143 - color contains mainly: green. Hex color #898F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898F7C is #767083. Grayscale: #8B8B8B. Windows color (decimal): -7762052 or 8163209. OLE color: 8163209.

HSL color Cylindrical-coordinate representation of color #898F7C: hue angle of 78.95º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #898F7C is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 143 124 -
CMYK 0.04 0 0.13 0.44
HSL 78.95º 0.08% 0.52% -
HSV(B) 78.95º 0.13% 0.56% -
XYZ 23.78 26.42 22.91 -
YUV 139.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 137 143 124 0.04 0 0.13 0.44 78.95 0.08 0.52
Hex 89 8F 7C 4 0 D 2C 4F 8 34
Octal 211 217 174 4 0 15 54 117 10 64
Binary 10001001 10001111 1111100 100 0 1101 101100 1001111 1000 110100

Color Harmonies of #898F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898F7C

Black with #898F7C

Text Example


Text Example

White with #898F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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