Html Css Color HEX #8C907C Sage

📋 copy color: '#8C907C'

red 140 ◦ green 144 ◦ blue 124

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

Shades of Sage #8C907C

Tints of Sage #8C907C

RGB

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

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

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

R = 34.31%
G = 35.29%
B = 30.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8C907C (or 0x8C907C) is known color: Sage. HEX triplet: 8C, 90 and 7C. RGB value is (140,144,124). Sum of RGB (Red+Green+Blue) = 140+144+124=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 144 - color contains mainly: green. Hex color #8C907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C907C is #736F83. Grayscale: #8C8C8C. Windows color (decimal): -7565188 or 8163468. OLE color: 8163468.

HSL color Cylindrical-coordinate representation of color #8C907C: hue angle of 72º 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 #8C907C is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 144 124 -
CMYK 0.03 0 0.14 0.44
HSL 72º 0.08% 0.53% -
HSV(B) 72º 0.14% 0.56% -
XYZ 24.43 26.98 22.99 -
YUV 140.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 140 144 124 0.03 0 0.14 0.44 72 0.08 0.53
Hex 8C 90 7C 3 0 E 2C 48 8 35
Octal 214 220 174 3 0 16 54 110 10 65
Binary 10001100 10010000 1111100 11 0 1110 101100 1001000 1000 110101

Color Harmonies of #8C907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C907C

Black with #8C907C

Text Example


Text Example

White with #8C907C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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