Html Css Color HEX #8C997D Sage

📋 copy color: '#8C997D'

red 140 ◦ green 153 ◦ blue 125

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

Shades of Sage #8C997D

Tints of Sage #8C997D

RGB

 RED value IS 140 (55.08% from 255) = 33.49%

 GREEN value IS 153 (60.16% from 255) = 36.6%

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 33.49%
G = 36.6%
B = 29.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#8C997D (or 0x8C997D) is known color: Sage. HEX triplet: 8C, 99 and 7D. RGB value is (140,153,125). Sum of RGB (Red+Green+Blue) = 140+153+125=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #8C997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C997D is #736682. Grayscale: #929292. Windows color (decimal): -7562883 or 8231308. OLE color: 8231308.

HSL color Cylindrical-coordinate representation of color #8C997D: hue angle of 87.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C997D is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 153 125 -
CMYK 0.08 0 0.18 0.4
HSL 87.86º 0.12% 0.55% -
HSV(B) 87.86º 0.18% 0.6% -
XYZ 25.91 29.84 23.8 -
YUV 145.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 140 153 125 0.08 0 0.18 0.4 87.86 0.12 0.55
Hex 8C 99 7D 8 0 12 28 58 C 37
Octal 214 231 175 10 0 22 50 130 14 67
Binary 10001100 10011001 1111101 1000 0 10010 101000 1011000 1100 110111

Color Harmonies of #8C997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C997D

Black with #8C997D

Text Example


Text Example

White with #8C997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C997D; }

 p { color: rgb(140,153,125); }

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

background-color css

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

 a { background-color: rgb(140,153,125); }

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

border-color css

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

 span { border-color: rgb(140,153,125); }

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