#8C907C

Color #8C907C Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #8C907C

Tints of Sage #8C907C

Color information

#8C907C (or 0x8C907C) is unknown color: approx 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

RGB140144124-
CMYK0.0300.140.44
HSL72º8.26%52.55%-
HSV(B)72º13.89%56.47%-
XYZ24.4326.9822.99-
YUV140.52118.67127.63-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1401441240.0300.140.44728.2652.55
Hex8C907C30E2C48835
Octal2142201743016541101065
Binary10001100100100001111100110111010110010010001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>