Html Css Color HEX #8C907E Sage

📋 copy color: '#8C907E'

red 140 ◦ green 144 ◦ blue 126

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

Shades of Sage #8C907E

Tints of Sage #8C907E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.73%

R = 34.15%
G = 35.12%
B = 30.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8C907E (or 0x8C907E) is known color: Sage. HEX triplet: 8C, 90 and 7E. RGB value is (140,144,126). Sum of RGB (Red+Green+Blue) = 140+144+126=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 144 - color contains mainly: green. Hex color #8C907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C907E is #736F81. Grayscale: #8C8C8C. Windows color (decimal): -7565186 or 8294540. OLE color: 8294540.

HSL color Cylindrical-coordinate representation of color #8C907E: hue angle of 73.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C907E is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 144 126 -
CMYK 0.03 0 0.12 0.44
HSL 73.33º 0.08% 0.53% -
HSV(B) 73.33º 0.13% 0.56% -
XYZ 24.55 27.03 23.66 -
YUV 140.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 140 144 126 0.03 0 0.12 0.44 73.33 0.08 0.53
Hex 8C 90 7E 3 0 C 2C 49 8 35
Octal 214 220 176 3 0 14 54 111 10 65
Binary 10001100 10010000 1111110 11 0 1100 101100 1001001 1000 110101

Color Harmonies of #8C907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C907E

Black with #8C907E

Text Example


Text Example

White with #8C907E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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