Html Css Color HEX #8C947C Sage

📋 copy color: '#8C947C'

red 140 ◦ green 148 ◦ blue 124

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

Shades of Sage #8C947C

Tints of Sage #8C947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.92%

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

R = 33.98%
G = 35.92%
B = 30.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#8C947C (or 0x8C947C) is known color: Sage. HEX triplet: 8C, 94 and 7C. RGB value is (140,148,124). Sum of RGB (Red+Green+Blue) = 140+148+124=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 148 - color contains mainly: green. Hex color #8C947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C947C is #736B83. Grayscale: #8E8E8E. Windows color (decimal): -7564164 or 8164492. OLE color: 8164492.

HSL color Cylindrical-coordinate representation of color #8C947C: hue angle of 80º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C947C is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 148 124 -
CMYK 0.05 0 0.16 0.42
HSL 80º 0.1% 0.53% -
HSV(B) 80º 0.16% 0.58% -
XYZ 25.04 28.21 23.19 -
YUV 142.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 140 148 124 0.05 0 0.16 0.42 80 0.1 0.53
Hex 8C 94 7C 5 0 10 2A 50 A 35
Octal 214 224 174 5 0 20 52 120 12 65
Binary 10001100 10010100 1111100 101 0 10000 101010 1010000 1010 110101

Color Harmonies of #8C947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C947C

Black with #8C947C

Text Example


Text Example

White with #8C947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,148,124); }

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

background-color css

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

 a { background-color: rgb(140,148,124); }

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

border-color css

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

 span { border-color: rgb(140,148,124); }

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