Html Css Color HEX #8D927E Sage

📋 copy color: '#8D927E'

red 141 ◦ green 146 ◦ blue 126

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

Shades of Sage #8D927E

Tints of Sage #8D927E

RGB

 RED value IS 141 (55.47% from 255) = 34.14%

 GREEN value IS 146 (57.42% from 255) = 35.35%

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

R = 34.14%
G = 35.35%
B = 30.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#8D927E (or 0x8D927E) is known color: Sage. HEX triplet: 8D, 92 and 7E. RGB value is (141,146,126). Sum of RGB (Red+Green+Blue) = 141+146+126=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 146 - color contains mainly: green. Hex color #8D927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D927E is #726D81. Grayscale: #8E8E8E. Windows color (decimal): -7499138 or 8295053. OLE color: 8295053.

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

Color convert

RGB 141 146 126 -
CMYK 0.03 0 0.14 0.43
HSL 75º 0.08% 0.53% -
HSV(B) 75º 0.14% 0.57% -
XYZ 25.03 27.73 23.77 -
YUV 142.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 141 146 126 0.03 0 0.14 0.43 75 0.08 0.53
Hex 8D 92 7E 3 0 E 2B 4B 8 35
Octal 215 222 176 3 0 16 53 113 10 65
Binary 10001101 10010010 1111110 11 0 1110 101011 1001011 1000 110101

Color Harmonies of #8D927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D927E

Black with #8D927E

Text Example


Text Example

White with #8D927E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,146,126); }

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

background-color css

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

 a { background-color: rgb(141,146,126); }

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

border-color css

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

 span { border-color: rgb(141,146,126); }

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